Package: libassa / 3.5.1-7

02-fix-spelling-error.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Description: Fix spelling error in assa-genesis
 Should be "extension" and "message", not "extention" and "messag".
Forwarded: yes
Author: Riley Baird <BM-2cVqnDuYbAU5do2DfJTrN7ZbAJ246S4XiX@bitmessage.ch>
Last-Update: 2015-07-25
Index: libassa-git/utils/assa-hexdump.cpp
===================================================================
--- libassa-git.orig/utils/assa-hexdump.cpp
+++ libassa-git/utils/assa-hexdump.cpp
@@ -33,7 +33,7 @@ static const char help_msg[]=
 "                                                                            \n"
 " OPTIONS:                                                                   \n"
 "                                                                            \n"
-" -h, --help              - Print this messag                                \n"
+" -h, --help              - Print this message                               \n"
 " -v, --version           - Print version number                             \n"
 "                                                                            \n"
 "                                                                           \n";
Index: libassa-git/utils/assa-genesis.cpp
===================================================================
--- libassa-git.orig/utils/assa-genesis.cpp
+++ libassa-git/utils/assa-genesis.cpp
@@ -59,8 +59,8 @@ static const char help_msg[]=
 "                                                                            \n"
 " --gtk2-app=BOOL          - Generate Gtk2 ready application.                \n"
 " -o, --one-file=BOOL      - Put everything in one file                      \n"
-" -e, --extension STRING   - Set file extention for C++ code (C, cxx, ...)   \n"
-" -h, --help               - print help messag                               \n"
+" -e, --extension STRING   - Set file extension for C++ code (C, cxx, ...)   \n"
+" -h, --help               - print help message                              \n"
 " -v, --version            - print version number                            \n"
 "                                                                            \n"
 " NOTE:                                                                      \n"
@@ -671,7 +671,7 @@ write_help_msg (ostream& sink_)
 << "\" -n, --instance NUM      - Process instance NUM (default - none)            \\n\"\n"
 << "\" -f, --config-file NAME  - Alternative configuration file NAME              \\n\"\n"
 << "\"                                                                            \\n\"\n"
-<< "\" -h, --help              - Print this messag                                \\n\"\n"
+<< "\" -h, --help              - Print this message                               \\n\"\n"
 << "\" -v, --version           - Print version number                            \\n\";\n"
 << "//------------------------------------------------------------------------------\n";
 }