Fossil SCM
Fix typos in comments and error messages. Ticket [d38c2c8795181]
Commit
c5f7ab040abc168f0d6598636a89477181e0c718
Parent
a5ebf2f5df27755…
4 files changed
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
| --- src/report.c | ||
| +++ src/report.c | ||
| @@ -1117,11 +1117,11 @@ | ||
| 1117 | 1117 | "SELECT title, sqlcode, owner, cols FROM reportfmt WHERE title='%s'", zRep); |
| 1118 | 1118 | } |
| 1119 | 1119 | if( db_step(&q)!=SQLITE_ROW ){ |
| 1120 | 1120 | db_finalize(&q); |
| 1121 | 1121 | rpt_list_reports(); |
| 1122 | - fossil_fatal("unkown report format(%s)!",zRep); | |
| 1122 | + fossil_fatal("unknown report format(%s)!",zRep); | |
| 1123 | 1123 | } |
| 1124 | 1124 | zTitle = db_column_malloc(&q, 0); |
| 1125 | 1125 | zSql = db_column_malloc(&q, 1); |
| 1126 | 1126 | zOwner = db_column_malloc(&q, 2); |
| 1127 | 1127 | zClrKey = db_column_malloc(&q, 3); |
| 1128 | 1128 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -1117,11 +1117,11 @@ | |
| 1117 | "SELECT title, sqlcode, owner, cols FROM reportfmt WHERE title='%s'", zRep); |
| 1118 | } |
| 1119 | if( db_step(&q)!=SQLITE_ROW ){ |
| 1120 | db_finalize(&q); |
| 1121 | rpt_list_reports(); |
| 1122 | fossil_fatal("unkown report format(%s)!",zRep); |
| 1123 | } |
| 1124 | zTitle = db_column_malloc(&q, 0); |
| 1125 | zSql = db_column_malloc(&q, 1); |
| 1126 | zOwner = db_column_malloc(&q, 2); |
| 1127 | zClrKey = db_column_malloc(&q, 3); |
| 1128 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -1117,11 +1117,11 @@ | |
| 1117 | "SELECT title, sqlcode, owner, cols FROM reportfmt WHERE title='%s'", zRep); |
| 1118 | } |
| 1119 | if( db_step(&q)!=SQLITE_ROW ){ |
| 1120 | db_finalize(&q); |
| 1121 | rpt_list_reports(); |
| 1122 | fossil_fatal("unknown report format(%s)!",zRep); |
| 1123 | } |
| 1124 | zTitle = db_column_malloc(&q, 0); |
| 1125 | zSql = db_column_malloc(&q, 1); |
| 1126 | zOwner = db_column_malloc(&q, 2); |
| 1127 | zClrKey = db_column_malloc(&q, 3); |
| 1128 |
+1
-1
| --- src/stash.c | ||
| +++ src/stash.c | ||
| @@ -333,11 +333,11 @@ | ||
| 333 | 333 | ** This command is undoable. |
| 334 | 334 | ** |
| 335 | 335 | ** fossil stash apply ?STASHID? |
| 336 | 336 | ** |
| 337 | 337 | ** Apply the identified stash to the current working check-out. |
| 338 | -** If no STASHID is specifed, use the most recent stash. Unlike | |
| 338 | +** If no STASHID is specified, use the most recent stash. Unlike | |
| 339 | 339 | ** the "pop" command, the stash is retained so that it can be used |
| 340 | 340 | ** again. This command is undoable. |
| 341 | 341 | ** |
| 342 | 342 | ** fossil stash goto ?STASHID? |
| 343 | 343 | ** |
| 344 | 344 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -333,11 +333,11 @@ | |
| 333 | ** This command is undoable. |
| 334 | ** |
| 335 | ** fossil stash apply ?STASHID? |
| 336 | ** |
| 337 | ** Apply the identified stash to the current working check-out. |
| 338 | ** If no STASHID is specifed, use the most recent stash. Unlike |
| 339 | ** the "pop" command, the stash is retained so that it can be used |
| 340 | ** again. This command is undoable. |
| 341 | ** |
| 342 | ** fossil stash goto ?STASHID? |
| 343 | ** |
| 344 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -333,11 +333,11 @@ | |
| 333 | ** This command is undoable. |
| 334 | ** |
| 335 | ** fossil stash apply ?STASHID? |
| 336 | ** |
| 337 | ** Apply the identified stash to the current working check-out. |
| 338 | ** If no STASHID is specified, use the most recent stash. Unlike |
| 339 | ** the "pop" command, the stash is retained so that it can be used |
| 340 | ** again. This command is undoable. |
| 341 | ** |
| 342 | ** fossil stash goto ?STASHID? |
| 343 | ** |
| 344 |
+1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -624,11 +624,11 @@ | ||
| 624 | 624 | { "span.ueditInheritAnonymous", |
| 625 | 625 | "color for capabilities, inherited by anonymous", |
| 626 | 626 | @ color: blue; |
| 627 | 627 | }, |
| 628 | 628 | { "span.capability", |
| 629 | - "format for capabilites, mentioned on the user edit page", | |
| 629 | + "format for capabilities, mentioned on the user edit page", | |
| 630 | 630 | @ font-weight: bold; |
| 631 | 631 | }, |
| 632 | 632 | { "span.usertype", |
| 633 | 633 | "format for different user types, mentioned on the user edit page", |
| 634 | 634 | @ font-weight: bold; |
| 635 | 635 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -624,11 +624,11 @@ | |
| 624 | { "span.ueditInheritAnonymous", |
| 625 | "color for capabilities, inherited by anonymous", |
| 626 | @ color: blue; |
| 627 | }, |
| 628 | { "span.capability", |
| 629 | "format for capabilites, mentioned on the user edit page", |
| 630 | @ font-weight: bold; |
| 631 | }, |
| 632 | { "span.usertype", |
| 633 | "format for different user types, mentioned on the user edit page", |
| 634 | @ font-weight: bold; |
| 635 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -624,11 +624,11 @@ | |
| 624 | { "span.ueditInheritAnonymous", |
| 625 | "color for capabilities, inherited by anonymous", |
| 626 | @ color: blue; |
| 627 | }, |
| 628 | { "span.capability", |
| 629 | "format for capabilities, mentioned on the user edit page", |
| 630 | @ font-weight: bold; |
| 631 | }, |
| 632 | { "span.usertype", |
| 633 | "format for different user types, mentioned on the user edit page", |
| 634 | @ font-weight: bold; |
| 635 |
+1
-1
| --- src/tkt.c | ||
| +++ src/tkt.c | ||
| @@ -852,11 +852,11 @@ | ||
| 852 | 852 | ** ?-q|--quote? |
| 853 | 853 | ** ?-R|--repository FILE? |
| 854 | 854 | ** |
| 855 | 855 | ** Run the ticket report, identified by the report format title |
| 856 | 856 | ** used in the gui. The data is written as flat file on stdout, |
| 857 | -** using "," as separator. The seperator "," can be changed using | |
| 857 | +** using "," as separator. The separator "," can be changed using | |
| 858 | 858 | ** the -l or --limit option. |
| 859 | 859 | ** If TICKETFILTER is given on the commandline, the query is |
| 860 | 860 | ** limited with a new WHERE-condition. |
| 861 | 861 | ** example: Report lists a column # with the uuid |
| 862 | 862 | ** TICKETFILTER may be [#]='uuuuuuuuu' |
| 863 | 863 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -852,11 +852,11 @@ | |
| 852 | ** ?-q|--quote? |
| 853 | ** ?-R|--repository FILE? |
| 854 | ** |
| 855 | ** Run the ticket report, identified by the report format title |
| 856 | ** used in the gui. The data is written as flat file on stdout, |
| 857 | ** using "," as separator. The seperator "," can be changed using |
| 858 | ** the -l or --limit option. |
| 859 | ** If TICKETFILTER is given on the commandline, the query is |
| 860 | ** limited with a new WHERE-condition. |
| 861 | ** example: Report lists a column # with the uuid |
| 862 | ** TICKETFILTER may be [#]='uuuuuuuuu' |
| 863 |
| --- src/tkt.c | |
| +++ src/tkt.c | |
| @@ -852,11 +852,11 @@ | |
| 852 | ** ?-q|--quote? |
| 853 | ** ?-R|--repository FILE? |
| 854 | ** |
| 855 | ** Run the ticket report, identified by the report format title |
| 856 | ** used in the gui. The data is written as flat file on stdout, |
| 857 | ** using "," as separator. The separator "," can be changed using |
| 858 | ** the -l or --limit option. |
| 859 | ** If TICKETFILTER is given on the commandline, the query is |
| 860 | ** limited with a new WHERE-condition. |
| 861 | ** example: Report lists a column # with the uuid |
| 862 | ** TICKETFILTER may be [#]='uuuuuuuuu' |
| 863 |