File: gui.c-fix-typo.patch

package info (click to toggle)
mah-jong 1.17-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,600 kB
  • sloc: ansic: 19,999; perl: 394; makefile: 263; sh: 124
file content (20 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description:  fix typo diretory --> directory
Author: xiao sheng wen <atzlinux@sina.com>
Forwarded: not-needed

---

Origin: xiao sheng wen <atzlinux@sina.com>
Last-Update: 2023-09-12

--- mah-jong-1.16.orig/gui.c
+++ mah-jong-1.16/gui.c
@@ -3964,7 +3964,7 @@ int read_or_update_rcfile(char *rcfile,
       }
 #   else
       // no homedir, just use tmp
-      info("no home diretory, using /tmp");
+      info("no home directory, using /tmp");
       hd = "/tmp";
 #   endif
     }