summaryrefslogtreecommitdiff
path: root/debian/patches/0130-typos.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-09-20 00:40:40 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-09-20 00:40:40 +0200
commit0c10a3fed17a40b269408fc083af0859ac8f525f (patch)
tree597268565dd7032078025a0bb34d79956d453039 /debian/patches/0130-typos.patch
parent21c12d4c30aa6b40847ff8a30c73112aa24b586d (diff)
new patches/0130-typos.patch
Diffstat (limited to 'debian/patches/0130-typos.patch')
-rw-r--r--debian/patches/0130-typos.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/0130-typos.patch b/debian/patches/0130-typos.patch
new file mode 100644
index 0000000..cd8e0b0
--- /dev/null
+++ b/debian/patches/0130-typos.patch
@@ -0,0 +1,18 @@
+Description: Typos in source
+Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Last-Update: 2016-09-19
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/bin/dbfutil1.cpp
+===================================================================
+--- trunk.orig/bin/dbfutil1.cpp
++++ trunk/bin/dbfutil1.cpp
+@@ -923,7 +923,7 @@ void MyClass::DebugMenu()
+
+ while( option != 99 ) {
+ std::cout << std::endl << std::endl << "Debug Menu" << std::endl;
+- std::cout << "1 - Dislay DBT Header" << std::endl;
++ std::cout << "1 - Display DBT Header" << std::endl;
+ std::cout << "2 - Find Memo Blocks" << std::endl;
+ std::cout << "3 - Get Memo Blocks" << std::endl;
+ std::cout << "4 - Dump index node chains to file xbase.dmp" << std::endl;