Ticket Change Details
Not logged in
Overview

Artifact ID: 30de01bcf9e4a334263ec542812fc1df826aa6ea
Ticket: d38c2c8795181cc3e197060917d59be830c67b1f
spelling corrections
User & Date: anonymous 2011-03-11 16:33:07
Changes

  1. comment changed to:
    $ 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'
    
  2. foundin changed to: "2011.03.01.190432"
  3. private_contact changed to: "6ba147a4218010d3c6ffddc5ed73dc017a44bf3c"
  4. severity changed to: "Cosmetic"
  5. status changed to: "Open"
  6. title changed to: "spelling corrections"
  7. type changed to: "Code_Defect"