File: 0130-typos.patch

package info (click to toggle)
xbase64 3.1.2-13
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 3,284 kB
  • sloc: cpp: 14,554; sh: 8,612; makefile: 112
file content (18 lines) | stat: -rw-r--r-- 879 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;