debian/patches: Add 1001_spelling-fixes.patch. Fix typo in man page and usage output.

This commit is contained in:
Mike Gabriel 2019-02-04 10:54:13 +01:00
parent d1b66d0402
commit aed0f87531
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
Description: Minor typo fix.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/client/common/cmdline.h
+++ b/client/common/cmdline.h
@@ -40,7 +40,7 @@
{ "async-update", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL, "Asynchronous update" },
{ "audio-mode", COMMAND_LINE_VALUE_REQUIRED, "<mode>", NULL, NULL, -1, NULL, "Audio output mode" },
{ "auth-only", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL, "Authenticate only" },
- { "authentication", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL, "Authentication (expermiental)" },
+ { "authentication", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL, "Authentication (experimental)" },
{ "auto-reconnect", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL, "Automatic reconnection" },
{ "auto-reconnect-max-retries", COMMAND_LINE_VALUE_REQUIRED, "<retries>", NULL, NULL, -1, NULL, "Automatic reconnection maximum retries, 0 for unlimited [0,1000]" },
{ "bitmap-cache", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL, "bitmap cache" },

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
1001_spelling-fixes.patch