1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: fix typo in sourcecode
Author: Jakub Wilk <jwilk@debian.org>
Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598021
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598021
Forwarded: not-needed
Last-Update: 2024-09-16
--- fuseiso.orig/src/fuseiso.c
+++ fuseiso/src/fuseiso.c
@@ -295,7 +295,7 @@ void usage(const char* prog) {
" -f -- run in foreground, do not daemonize\n"
" -d -- run in foreground and print debug information\n"
" -s -- run single-threaded\n"
- "\nPlease consult with FUSE ducumentation for more information\n",
+ "\nPlease consult with FUSE documentation for more information\n",
VERSION,
prog);
};
|