Fossil

View Ticket
Login

View Ticket

Ticket Hash: d38c2c8795181cc3e197060917d59be830c67b1f
Title: spelling corrections
Status: Fixed Type: Code_Defect
Severity: Cosmetic Priority:
Subsystem: Resolution: Fixed
Last Modified: 2011-03-14 12:18:43
Version Found In: 2011.03.01.190432
Description:
$ fossil diff
Index: src/report.c
===================================================================
--- src/report.c
+++ src/report.c
@@ -1121,11 +1121,11 @@
        "SELECT title, sqlcode, owner, cols FROM reportfmt WHERE title='%s'", zRep);
     }
     if( db_step(&q)!=SQLITE_ROW ){
       db_finalize(&q);
       rpt_list_reports();
-      fossil_fatal("unkown report format(%s)!",zRep);
+      fossil_fatal("unknown report format(%s)!",zRep);
     }
     zTitle = db_column_malloc(&q, 0);
     zSql = db_column_malloc(&q, 1);
     zOwner = db_column_malloc(&q, 2);
     zClrKey = db_column_malloc(&q, 3);

Index: src/stash.c
===================================================================
--- src/stash.c
+++ src/stash.c
@@ -333,11 +333,11 @@
 **     This command is undoable.
 **
 **  fossil stash apply ?STASHID?
 **
 **     Apply the identified stash to the current working check-out.
-**     If no STASHID is specifed, use the most recent stash.  Unlike
+**     If no STASHID is specified, use the most recent stash.  Unlike
 **     the "pop" command, the stash is retained so that it can be used
 **     again.  This command is undoable.
 **
 **  fossil stash goto ?STASHID?
 **

Index: src/style.c
===================================================================
--- src/style.c
+++ src/style.c
@@ -624,11 +624,11 @@
   { "span.ueditInheritAnonymous",
     "color for capabilities, inherited by anonymous",
     @   color: blue;
   },
   { "span.capability",
-    "format for capabilites, mentioned on the user edit page",
+    "format for capabilities, mentioned on the user edit page",
     @   font-weight: bold;
   },
   { "span.usertype",
     "format for different user types, mentioned on the user edit page",
     @   font-weight: bold;

Index: src/tkt.c
===================================================================
--- src/tkt.c
+++ src/tkt.c
@@ -852,11 +852,11 @@
 **           ?-q|--quote?
 **           ?-R|--repository FILE?
 **
 **         Run the ticket report, identified by the report format title
 **         used in the gui. The data is written as flat file on stdout,
-**         using "," as separator. The seperator "," can be changed using
+**         using "," as separator. The separator "," can be changed using
 **         the -l or --limit option.
 **         If TICKETFILTER is given on the commandline, the query is
 **         limited with a new WHERE-condition.
 **           example:  Report lists a column # with the uuid
 **                     TICKETFILTER may be [#]='uuuuuuuuu'

Attachments: