Artifact
30de01bcf9e4a334263ec542812fc1df826aa6ea:
Ticket change
[30de01bcf9]
- New ticket
[d38c2c8795] spelling corrections.
by
anonymous
2011-03-11 16:33:07.
D 2011-03-11T16:33:07.193
J comment $\sfossil\sdiff\r\n\r\nIndex:\ssrc/report.c\r\n===================================================================\r\n---\ssrc/report.c\r\n+++\ssrc/report.c\r\n@@\s-1121,11\s+1121,11\s@@\r\n\s\s\s\s\s\s\s\s"SELECT\stitle,\ssqlcode,\sowner,\scols\sFROM\sreportfmt\sWHERE\stitle='%s'",\szRep);\r\n\s\s\s\s\s}\r\n\s\s\s\s\sif(\sdb_step(&q)!=SQLITE_ROW\s){\r\n\s\s\s\s\s\s\sdb_finalize(&q);\r\n\s\s\s\s\s\s\srpt_list_reports();\r\n-\s\s\s\s\s\sfossil_fatal("unkown\sreport\sformat(%s)!",zRep);\r\n+\s\s\s\s\s\sfossil_fatal("unknown\sreport\sformat(%s)!",zRep);\r\n\s\s\s\s\s}\r\n\s\s\s\s\szTitle\s=\sdb_column_malloc(&q,\s0);\r\n\s\s\s\s\szSql\s=\sdb_column_malloc(&q,\s1);\r\n\s\s\s\s\szOwner\s=\sdb_column_malloc(&q,\s2);\r\n\s\s\s\s\szClrKey\s=\sdb_column_malloc(&q,\s3);\r\n\r\nIndex:\ssrc/stash.c\r\n===================================================================\r\n---\ssrc/stash.c\r\n+++\ssrc/stash.c\r\n@@\s-333,11\s+333,11\s@@\r\n\s**\s\s\s\s\sThis\scommand\sis\sundoable.\r\n\s**\r\n\s**\s\sfossil\sstash\sapply\s?STASHID?\r\n\s**\r\n\s**\s\s\s\s\sApply\sthe\sidentified\sstash\sto\sthe\scurrent\sworking\scheck-out.\r\n-**\s\s\s\s\sIf\sno\sSTASHID\sis\sspecifed,\suse\sthe\smost\srecent\sstash.\s\sUnlike\r\n+**\s\s\s\s\sIf\sno\sSTASHID\sis\sspecified,\suse\sthe\smost\srecent\sstash.\s\sUnlike\r\n\s**\s\s\s\s\sthe\s"pop"\scommand,\sthe\sstash\sis\sretained\sso\sthat\sit\scan\sbe\sused\r\n\s**\s\s\s\s\sagain.\s\sThis\scommand\sis\sundoable.\r\n\s**\r\n\s**\s\sfossil\sstash\sgoto\s?STASHID?\r\n\s**\r\n\r\nIndex:\ssrc/style.c\r\n===================================================================\r\n---\ssrc/style.c\r\n+++\ssrc/style.c\r\n@@\s-624,11\s+624,11\s@@\r\n\s\s\s{\s"span.ueditInheritAnonymous",\r\n\s\s\s\s\s"color\sfor\scapabilities,\sinherited\sby\sanonymous",\r\n\s\s\s\s\s@\s\s\scolor:\sblue;\r\n\s\s\s},\r\n\s\s\s{\s"span.capability",\r\n-\s\s\s\s"format\sfor\scapabilites,\smentioned\son\sthe\suser\sedit\spage",\r\n+\s\s\s\s"format\sfor\scapabilities,\smentioned\son\sthe\suser\sedit\spage",\r\n\s\s\s\s\s@\s\s\sfont-weight:\sbold;\r\n\s\s\s},\r\n\s\s\s{\s"span.usertype",\r\n\s\s\s\s\s"format\sfor\sdifferent\suser\stypes,\smentioned\son\sthe\suser\sedit\spage",\r\n\s\s\s\s\s@\s\s\sfont-weight:\sbold;\r\n\r\nIndex:\ssrc/tkt.c\r\n===================================================================\r\n---\ssrc/tkt.c\r\n+++\ssrc/tkt.c\r\n@@\s-852,11\s+852,11\s@@\r\n\s**\s\s\s\s\s\s\s\s\s\s\s?-q|--quote?\r\n\s**\s\s\s\s\s\s\s\s\s\s\s?-R|--repository\sFILE?\r\n\s**\r\n\s**\s\s\s\s\s\s\s\s\sRun\sthe\sticket\sreport,\sidentified\sby\sthe\sreport\sformat\stitle\r\n\s**\s\s\s\s\s\s\s\s\sused\sin\sthe\sgui.\sThe\sdata\sis\swritten\sas\sflat\sfile\son\sstdout,\r\n-**\s\s\s\s\s\s\s\s\susing\s","\sas\sseparator.\sThe\sseperator\s","\scan\sbe\schanged\susing\r\n+**\s\s\s\s\s\s\s\s\susing\s","\sas\sseparator.\sThe\sseparator\s","\scan\sbe\schanged\susing\r\n\s**\s\s\s\s\s\s\s\s\sthe\s-l\sor\s--limit\soption.\r\n\s**\s\s\s\s\s\s\s\s\sIf\sTICKETFILTER\sis\sgiven\son\sthe\scommandline,\sthe\squery\sis\r\n\s**\s\s\s\s\s\s\s\s\slimited\swith\sa\snew\sWHERE-condition.\r\n\s**\s\s\s\s\s\s\s\s\s\s\sexample:\s\sReport\slists\sa\scolumn\s#\swith\sthe\suuid\r\n\s**\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\s\sTICKETFILTER\smay\sbe\s[#]='uuuuuuuuu'
J foundin 2011.03.01.190432
J private_contact 6ba147a4218010d3c6ffddc5ed73dc017a44bf3c
J severity Cosmetic
J status Open
J title spelling\scorrections
J type Code_Defect
K d38c2c8795181cc3e197060917d59be830c67b1f
U anonymous
Z 93c217d29e9e7e8ce6e0e9abb25aa812