Fossil SCM

Fix typos in comments and error messages. Ticket [d38c2c8795181]

drh 2011-03-14 12:18 trunk
Commit c5f7ab040abc168f0d6598636a89477181e0c718
+1 -1
--- src/report.c
+++ src/report.c
@@ -1117,11 +1117,11 @@
11171117
"SELECT title, sqlcode, owner, cols FROM reportfmt WHERE title='%s'", zRep);
11181118
}
11191119
if( db_step(&q)!=SQLITE_ROW ){
11201120
db_finalize(&q);
11211121
rpt_list_reports();
1122
- fossil_fatal("unkown report format(%s)!",zRep);
1122
+ fossil_fatal("unknown report format(%s)!",zRep);
11231123
}
11241124
zTitle = db_column_malloc(&q, 0);
11251125
zSql = db_column_malloc(&q, 1);
11261126
zOwner = db_column_malloc(&q, 2);
11271127
zClrKey = db_column_malloc(&q, 3);
11281128
--- 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 @@
333333
** This command is undoable.
334334
**
335335
** fossil stash apply ?STASHID?
336336
**
337337
** 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
339339
** the "pop" command, the stash is retained so that it can be used
340340
** again. This command is undoable.
341341
**
342342
** fossil stash goto ?STASHID?
343343
**
344344
--- 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 @@
624624
{ "span.ueditInheritAnonymous",
625625
"color for capabilities, inherited by anonymous",
626626
@ color: blue;
627627
},
628628
{ "span.capability",
629
- "format for capabilites, mentioned on the user edit page",
629
+ "format for capabilities, mentioned on the user edit page",
630630
@ font-weight: bold;
631631
},
632632
{ "span.usertype",
633633
"format for different user types, mentioned on the user edit page",
634634
@ font-weight: bold;
635635
--- 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 @@
852852
** ?-q|--quote?
853853
** ?-R|--repository FILE?
854854
**
855855
** Run the ticket report, identified by the report format title
856856
** 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
858858
** the -l or --limit option.
859859
** If TICKETFILTER is given on the commandline, the query is
860860
** limited with a new WHERE-condition.
861861
** example: Report lists a column # with the uuid
862862
** TICKETFILTER may be [#]='uuuuuuuuu'
863863
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button