File: fix_typo.patch

package info (click to toggle)
fuseiso 20070708-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,168 kB
  • sloc: sh: 9,131; ansic: 2,184; makefile: 13
file content (17 lines) | stat: -rw-r--r-- 778 bytes parent folder | download | duplicates (2)
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);
 };