Fossil SCM
Correct typo preventing "fossil help clean-glob" from working
Commit
41162e1ac56585d4d56e515d286171ba4563ada01897973c7731e08deecb4b1d
Parent
19e896543a1346e…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2843,11 +2843,11 @@ | ||
| 2843 | 2843 | ** differ only in case are the same file. Defaults to |
| 2844 | 2844 | ** TRUE for unix and FALSE for Cygwin, Mac and Windows. |
| 2845 | 2845 | */ |
| 2846 | 2846 | #endif |
| 2847 | 2847 | /* |
| 2848 | -** STTING: clean-glob width=40 versionable block-text | |
| 2848 | +** SETTING: clean-glob width=40 versionable block-text | |
| 2849 | 2849 | ** The VALUE of this setting is a comma or newline-separated list of GLOB |
| 2850 | 2850 | ** patterns specifying files that the "clean" command will |
| 2851 | 2851 | ** delete without prompting or allowing undo. |
| 2852 | 2852 | ** Example: *.a,*.lib,*.o |
| 2853 | 2853 | */ |
| 2854 | 2854 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2843,11 +2843,11 @@ | |
| 2843 | ** differ only in case are the same file. Defaults to |
| 2844 | ** TRUE for unix and FALSE for Cygwin, Mac and Windows. |
| 2845 | */ |
| 2846 | #endif |
| 2847 | /* |
| 2848 | ** STTING: clean-glob width=40 versionable block-text |
| 2849 | ** The VALUE of this setting is a comma or newline-separated list of GLOB |
| 2850 | ** patterns specifying files that the "clean" command will |
| 2851 | ** delete without prompting or allowing undo. |
| 2852 | ** Example: *.a,*.lib,*.o |
| 2853 | */ |
| 2854 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2843,11 +2843,11 @@ | |
| 2843 | ** differ only in case are the same file. Defaults to |
| 2844 | ** TRUE for unix and FALSE for Cygwin, Mac and Windows. |
| 2845 | */ |
| 2846 | #endif |
| 2847 | /* |
| 2848 | ** SETTING: clean-glob width=40 versionable block-text |
| 2849 | ** The VALUE of this setting is a comma or newline-separated list of GLOB |
| 2850 | ** patterns specifying files that the "clean" command will |
| 2851 | ** delete without prompting or allowing undo. |
| 2852 | ** Example: *.a,*.lib,*.o |
| 2853 | */ |
| 2854 |