summaryrefslogtreecommitdiff
path: root/sys-fs/fuseiso/files/fuseiso-20070708-fix-typo.patch
blob: 522ee7598e0e6f5a44949d68284e131097c7a5db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urp fuseiso-20070708.org/src/fuseiso.c fuseiso-20070708/src/fuseiso.c
--- fuseiso-20070708.org/src/fuseiso.c	2013-08-22 19:33:46.316904170 +0800
+++ fuseiso-20070708/src/fuseiso.c	2013-08-22 19:31:54.789908834 +0800
@@ -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);
 };