Fossil SCM

Fix typos in comments. No changes to code.

mistachkin 2016-04-01 13:37 trunk
Commit b6b50b12447961105483642b5becbeb6472f4010
+1 -1
--- src/allrepo.c
+++ src/allrepo.c
@@ -87,11 +87,11 @@
8787
** On Win32 systems, the file is named "_fossil" and is located in
8888
** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%.
8989
**
9090
** Available operations are:
9191
**
92
-** cache Mangages the cache used for potentially expensive web
92
+** cache Manages the cache used for potentially expensive web
9393
** pages. Any additional arguments are passed on verbatim
9494
** to the cache command.
9595
**
9696
** changes Shows all local checkouts that have uncommitted changes.
9797
** This operation has no additional options.
9898
--- src/allrepo.c
+++ src/allrepo.c
@@ -87,11 +87,11 @@
87 ** On Win32 systems, the file is named "_fossil" and is located in
88 ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%.
89 **
90 ** Available operations are:
91 **
92 ** cache Mangages the cache used for potentially expensive web
93 ** pages. Any additional arguments are passed on verbatim
94 ** to the cache command.
95 **
96 ** changes Shows all local checkouts that have uncommitted changes.
97 ** This operation has no additional options.
98
--- src/allrepo.c
+++ src/allrepo.c
@@ -87,11 +87,11 @@
87 ** On Win32 systems, the file is named "_fossil" and is located in
88 ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%.
89 **
90 ** Available operations are:
91 **
92 ** cache Manages the cache used for potentially expensive web
93 ** pages. Any additional arguments are passed on verbatim
94 ** to the cache command.
95 **
96 ** changes Shows all local checkouts that have uncommitted changes.
97 ** This operation has no additional options.
98
+3 -3
--- src/cache.c
+++ src/cache.c
@@ -244,16 +244,16 @@
244244
** Manage the cache used for potentially expensive web pages such as
245245
** /zip and /tarball. SUBCOMMAND can be:
246246
**
247247
** clear Remove all entries from the cache.
248248
**
249
-** init Create the cache file if it does not already exists.
249
+** init Create the cache file if it does not already exist.
250250
**
251251
** list|ls List the keys and content sizes and other stats for
252
-** all entries currently in the cache
252
+** all entries currently in the cache.
253253
**
254
-** status Show a summary of cache status.
254
+** status Show a summary of the cache status.
255255
**
256256
** The cache is stored in a file that is distinct from the repository
257257
** but that is held in the same directory as the repository. The cache
258258
** file can be deleted in order to completely disable the cache.
259259
*/
260260
--- src/cache.c
+++ src/cache.c
@@ -244,16 +244,16 @@
244 ** Manage the cache used for potentially expensive web pages such as
245 ** /zip and /tarball. SUBCOMMAND can be:
246 **
247 ** clear Remove all entries from the cache.
248 **
249 ** init Create the cache file if it does not already exists.
250 **
251 ** list|ls List the keys and content sizes and other stats for
252 ** all entries currently in the cache
253 **
254 ** status Show a summary of cache status.
255 **
256 ** The cache is stored in a file that is distinct from the repository
257 ** but that is held in the same directory as the repository. The cache
258 ** file can be deleted in order to completely disable the cache.
259 */
260
--- src/cache.c
+++ src/cache.c
@@ -244,16 +244,16 @@
244 ** Manage the cache used for potentially expensive web pages such as
245 ** /zip and /tarball. SUBCOMMAND can be:
246 **
247 ** clear Remove all entries from the cache.
248 **
249 ** init Create the cache file if it does not already exist.
250 **
251 ** list|ls List the keys and content sizes and other stats for
252 ** all entries currently in the cache.
253 **
254 ** status Show a summary of the cache status.
255 **
256 ** The cache is stored in a file that is distinct from the repository
257 ** but that is held in the same directory as the repository. The cache
258 ** file can be deleted in order to completely disable the cache.
259 */
260
+1 -1
--- src/checkout.c
+++ src/checkout.c
@@ -286,11 +286,11 @@
286286
** COMMAND: close*
287287
**
288288
** Usage: %fossil close ?OPTIONS?
289289
**
290290
** The opposite of "open". Close the current database connection.
291
-** Require a -f or --force flag if there are unsaved changed in the
291
+** Require a -f or --force flag if there are unsaved changes in the
292292
** current check-out or if there is non-empty stash.
293293
**
294294
** Options:
295295
** --force|-f necessary to close a check out with uncommitted changes
296296
**
297297
--- src/checkout.c
+++ src/checkout.c
@@ -286,11 +286,11 @@
286 ** COMMAND: close*
287 **
288 ** Usage: %fossil close ?OPTIONS?
289 **
290 ** The opposite of "open". Close the current database connection.
291 ** Require a -f or --force flag if there are unsaved changed in the
292 ** current check-out or if there is non-empty stash.
293 **
294 ** Options:
295 ** --force|-f necessary to close a check out with uncommitted changes
296 **
297
--- src/checkout.c
+++ src/checkout.c
@@ -286,11 +286,11 @@
286 ** COMMAND: close*
287 **
288 ** Usage: %fossil close ?OPTIONS?
289 **
290 ** The opposite of "open". Close the current database connection.
291 ** Require a -f or --force flag if there are unsaved changes in the
292 ** current check-out or if there is non-empty stash.
293 **
294 ** Options:
295 ** --force|-f necessary to close a check out with uncommitted changes
296 **
297
+1 -1
--- src/configure.c
+++ src/configure.c
@@ -830,11 +830,11 @@
830830
** COMMAND: configuration*
831831
**
832832
** Usage: %fossil configuration METHOD ... ?OPTIONS?
833833
**
834834
** Where METHOD is one of: export import merge pull push reset. All methods
835
-** accept the -R or --repository option to specific a repository.
835
+** accept the -R or --repository option to specify a repository.
836836
**
837837
** %fossil configuration export AREA FILENAME
838838
**
839839
** Write to FILENAME exported configuration information for AREA.
840840
** AREA can be one of: all email project shun skin ticket user
841841
--- src/configure.c
+++ src/configure.c
@@ -830,11 +830,11 @@
830 ** COMMAND: configuration*
831 **
832 ** Usage: %fossil configuration METHOD ... ?OPTIONS?
833 **
834 ** Where METHOD is one of: export import merge pull push reset. All methods
835 ** accept the -R or --repository option to specific a repository.
836 **
837 ** %fossil configuration export AREA FILENAME
838 **
839 ** Write to FILENAME exported configuration information for AREA.
840 ** AREA can be one of: all email project shun skin ticket user
841
--- src/configure.c
+++ src/configure.c
@@ -830,11 +830,11 @@
830 ** COMMAND: configuration*
831 **
832 ** Usage: %fossil configuration METHOD ... ?OPTIONS?
833 **
834 ** Where METHOD is one of: export import merge pull push reset. All methods
835 ** accept the -R or --repository option to specify a repository.
836 **
837 ** %fossil configuration export AREA FILENAME
838 **
839 ** Write to FILENAME exported configuration information for AREA.
840 ** AREA can be one of: all email project shun skin ticket user
841
+1 -1
--- src/db.c
+++ src/db.c
@@ -2771,11 +2771,11 @@
27712771
** with filenames formed from the certificate hashes as
27722772
** required by OpenSSL.
27732773
** If set, this will override the OS default list of
27742774
** OpenSSL CAs. If unset, the default list will be used.
27752775
** Some platforms may add additional certificates.
2776
-** Check your platform behaviour is as required if the
2776
+** Checking your platform behaviour is required if the
27772777
** exact contents of the CA root is critical for your
27782778
** application.
27792779
**
27802780
** ssl-identity The full pathname to a file containing a certificate
27812781
** and private key in PEM format. Create by concatenating
27822782
--- src/db.c
+++ src/db.c
@@ -2771,11 +2771,11 @@
2771 ** with filenames formed from the certificate hashes as
2772 ** required by OpenSSL.
2773 ** If set, this will override the OS default list of
2774 ** OpenSSL CAs. If unset, the default list will be used.
2775 ** Some platforms may add additional certificates.
2776 ** Check your platform behaviour is as required if the
2777 ** exact contents of the CA root is critical for your
2778 ** application.
2779 **
2780 ** ssl-identity The full pathname to a file containing a certificate
2781 ** and private key in PEM format. Create by concatenating
2782
--- src/db.c
+++ src/db.c
@@ -2771,11 +2771,11 @@
2771 ** with filenames formed from the certificate hashes as
2772 ** required by OpenSSL.
2773 ** If set, this will override the OS default list of
2774 ** OpenSSL CAs. If unset, the default list will be used.
2775 ** Some platforms may add additional certificates.
2776 ** Checking your platform behaviour is required if the
2777 ** exact contents of the CA root is critical for your
2778 ** application.
2779 **
2780 ** ssl-identity The full pathname to a file containing a certificate
2781 ** and private key in PEM format. Create by concatenating
2782
+1 -1
--- src/diffcmd.c
+++ src/diffcmd.c
@@ -762,11 +762,11 @@
762762
**
763763
** Usage: %fossil diff|gdiff ?OPTIONS? ?FILE1? ?FILE2 ...?
764764
**
765765
** Show the difference between the current version of each of the FILEs
766766
** specified (as they exist on disk) and that same file as it was checked
767
-** out. Or if the FILE arguments are omitted, show the unsaved changed
767
+** out. Or if the FILE arguments are omitted, show the unsaved changes
768768
** currently in the working check-out.
769769
**
770770
** If the "--from VERSION" or "-r VERSION" option is used it specifies
771771
** the source check-in for the diff operation. If not specified, the
772772
** source check-in is the base check-in for the current check-out.
773773
--- src/diffcmd.c
+++ src/diffcmd.c
@@ -762,11 +762,11 @@
762 **
763 ** Usage: %fossil diff|gdiff ?OPTIONS? ?FILE1? ?FILE2 ...?
764 **
765 ** Show the difference between the current version of each of the FILEs
766 ** specified (as they exist on disk) and that same file as it was checked
767 ** out. Or if the FILE arguments are omitted, show the unsaved changed
768 ** currently in the working check-out.
769 **
770 ** If the "--from VERSION" or "-r VERSION" option is used it specifies
771 ** the source check-in for the diff operation. If not specified, the
772 ** source check-in is the base check-in for the current check-out.
773
--- src/diffcmd.c
+++ src/diffcmd.c
@@ -762,11 +762,11 @@
762 **
763 ** Usage: %fossil diff|gdiff ?OPTIONS? ?FILE1? ?FILE2 ...?
764 **
765 ** Show the difference between the current version of each of the FILEs
766 ** specified (as they exist on disk) and that same file as it was checked
767 ** out. Or if the FILE arguments are omitted, show the unsaved changes
768 ** currently in the working check-out.
769 **
770 ** If the "--from VERSION" or "-r VERSION" option is used it specifies
771 ** the source check-in for the diff operation. If not specified, the
772 ** source check-in is the base check-in for the current check-out.
773
+1 -1
--- src/import.c
+++ src/import.c
@@ -1509,11 +1509,11 @@
15091509
** --base PATH Path to project root in repository
15101510
** --flat The whole dump is a single branch
15111511
**
15121512
** Common Options:
15131513
** -i|--incremental allow importing into an existing repository
1514
-** -f|--force overwrite repository if already exist
1514
+** -f|--force overwrite repository if already exists
15151515
** -q|--quiet omit progress output
15161516
** --no-rebuild skip the "rebuilding metadata" step
15171517
** --no-vacuum skip the final VACUUM of the database file
15181518
**
15191519
** The --incremental option allows an existing repository to be extended
15201520
--- src/import.c
+++ src/import.c
@@ -1509,11 +1509,11 @@
1509 ** --base PATH Path to project root in repository
1510 ** --flat The whole dump is a single branch
1511 **
1512 ** Common Options:
1513 ** -i|--incremental allow importing into an existing repository
1514 ** -f|--force overwrite repository if already exist
1515 ** -q|--quiet omit progress output
1516 ** --no-rebuild skip the "rebuilding metadata" step
1517 ** --no-vacuum skip the final VACUUM of the database file
1518 **
1519 ** The --incremental option allows an existing repository to be extended
1520
--- src/import.c
+++ src/import.c
@@ -1509,11 +1509,11 @@
1509 ** --base PATH Path to project root in repository
1510 ** --flat The whole dump is a single branch
1511 **
1512 ** Common Options:
1513 ** -i|--incremental allow importing into an existing repository
1514 ** -f|--force overwrite repository if already exists
1515 ** -q|--quiet omit progress output
1516 ** --no-rebuild skip the "rebuilding metadata" step
1517 ** --no-vacuum skip the final VACUUM of the database file
1518 **
1519 ** The --incremental option allows an existing repository to be extended
1520
+1 -1
--- src/purge.c
+++ src/purge.c
@@ -444,11 +444,11 @@
444444
**
445445
** If a TAGS includes a branch name then it means all the check-ins
446446
** on the most recent occurrance of that branch.
447447
**
448448
** --explain Make no changes, but show what would happen.
449
-** --dry-run Make no chances.
449
+** --dry-run Make no changes.
450450
**
451451
** fossil purge list|ls ?-l?
452452
**
453453
** Show the graveyard of prior purges. The -l option gives more
454454
** detail in the output.
455455
--- src/purge.c
+++ src/purge.c
@@ -444,11 +444,11 @@
444 **
445 ** If a TAGS includes a branch name then it means all the check-ins
446 ** on the most recent occurrance of that branch.
447 **
448 ** --explain Make no changes, but show what would happen.
449 ** --dry-run Make no chances.
450 **
451 ** fossil purge list|ls ?-l?
452 **
453 ** Show the graveyard of prior purges. The -l option gives more
454 ** detail in the output.
455
--- src/purge.c
+++ src/purge.c
@@ -444,11 +444,11 @@
444 **
445 ** If a TAGS includes a branch name then it means all the check-ins
446 ** on the most recent occurrance of that branch.
447 **
448 ** --explain Make no changes, but show what would happen.
449 ** --dry-run Make no changes.
450 **
451 ** fossil purge list|ls ?-l?
452 **
453 ** Show the graveyard of prior purges. The -l option gives more
454 ** detail in the output.
455
+1 -1
--- src/search.c
+++ src/search.c
@@ -1634,11 +1634,11 @@
16341634
** index (on|off) Turn the search index on or off
16351635
**
16361636
** enable cdtw Enable various kinds of search. c=Check-ins,
16371637
** d=Documents, t=Tickets, w=Wiki.
16381638
**
1639
-** disable cdtw Disable versious kinds of search
1639
+** disable cdtw Disable various kinds of search
16401640
**
16411641
** stemmer (on|off) Turn the Porter stemmer on or off for indexed
16421642
** search. (Unindexed search is never stemmed.)
16431643
**
16441644
** The current search settings are displayed after any changes are applied.
16451645
--- src/search.c
+++ src/search.c
@@ -1634,11 +1634,11 @@
1634 ** index (on|off) Turn the search index on or off
1635 **
1636 ** enable cdtw Enable various kinds of search. c=Check-ins,
1637 ** d=Documents, t=Tickets, w=Wiki.
1638 **
1639 ** disable cdtw Disable versious kinds of search
1640 **
1641 ** stemmer (on|off) Turn the Porter stemmer on or off for indexed
1642 ** search. (Unindexed search is never stemmed.)
1643 **
1644 ** The current search settings are displayed after any changes are applied.
1645
--- src/search.c
+++ src/search.c
@@ -1634,11 +1634,11 @@
1634 ** index (on|off) Turn the search index on or off
1635 **
1636 ** enable cdtw Enable various kinds of search. c=Check-ins,
1637 ** d=Documents, t=Tickets, w=Wiki.
1638 **
1639 ** disable cdtw Disable various kinds of search
1640 **
1641 ** stemmer (on|off) Turn the Porter stemmer on or off for indexed
1642 ** search. (Unindexed search is never stemmed.)
1643 **
1644 ** The current search settings are displayed after any changes are applied.
1645
+1 -1
--- src/sha1.c
+++ src/sha1.c
@@ -451,11 +451,11 @@
451451
/*
452452
** COMMAND: sha1sum*
453453
** %fossil sha1sum FILE...
454454
**
455455
** Compute an SHA1 checksum of all files named on the command-line.
456
-** If an file is named "-" then take its content from standard input.
456
+** If a file is named "-" then take its content from standard input.
457457
*/
458458
void sha1sum_test(void){
459459
int i;
460460
Blob in;
461461
Blob cksum;
462462
--- src/sha1.c
+++ src/sha1.c
@@ -451,11 +451,11 @@
451 /*
452 ** COMMAND: sha1sum*
453 ** %fossil sha1sum FILE...
454 **
455 ** Compute an SHA1 checksum of all files named on the command-line.
456 ** If an file is named "-" then take its content from standard input.
457 */
458 void sha1sum_test(void){
459 int i;
460 Blob in;
461 Blob cksum;
462
--- src/sha1.c
+++ src/sha1.c
@@ -451,11 +451,11 @@
451 /*
452 ** COMMAND: sha1sum*
453 ** %fossil sha1sum FILE...
454 **
455 ** Compute an SHA1 checksum of all files named on the command-line.
456 ** If a file is named "-" then take its content from standard input.
457 */
458 void sha1sum_test(void){
459 int i;
460 Blob in;
461 Blob cksum;
462
+2 -2
--- src/sqlcmd.c
+++ src/sqlcmd.c
@@ -169,11 +169,11 @@
169169
** in ways that are unrecoverable. Be sure you know what you are doing before
170170
** running any SQL commands that modifies the repository database.
171171
**
172172
** The following extensions to the usual SQLite commands are provided:
173173
**
174
-** content(X) Return the contenxt of artifact X. X can be a
174
+** content(X) Return the content of artifact X. X can be a
175175
** SHA1 hash or prefix or a tag.
176176
**
177177
** compress(X) Compress text X.
178178
**
179179
** decompress(X) Decompress text X. Undoes the work of
@@ -180,11 +180,11 @@
180180
** compress(X).
181181
**
182182
** checkin_mtime(X,Y) Return the mtime for the file Y (a BLOB.RID)
183183
** found in check-in X (another BLOB.RID value).
184184
**
185
-** symbolic_name_to_rid(X) Return a the BLOB.RID corresponding to symbolic
185
+** symbolic_name_to_rid(X) Return the BLOB.RID corresponding to symbolic
186186
** name X.
187187
**
188188
** now() Return the number of seconds since 1970.
189189
**
190190
** REGEXP The REGEXP operator works, unlike in
191191
--- src/sqlcmd.c
+++ src/sqlcmd.c
@@ -169,11 +169,11 @@
169 ** in ways that are unrecoverable. Be sure you know what you are doing before
170 ** running any SQL commands that modifies the repository database.
171 **
172 ** The following extensions to the usual SQLite commands are provided:
173 **
174 ** content(X) Return the contenxt of artifact X. X can be a
175 ** SHA1 hash or prefix or a tag.
176 **
177 ** compress(X) Compress text X.
178 **
179 ** decompress(X) Decompress text X. Undoes the work of
@@ -180,11 +180,11 @@
180 ** compress(X).
181 **
182 ** checkin_mtime(X,Y) Return the mtime for the file Y (a BLOB.RID)
183 ** found in check-in X (another BLOB.RID value).
184 **
185 ** symbolic_name_to_rid(X) Return a the BLOB.RID corresponding to symbolic
186 ** name X.
187 **
188 ** now() Return the number of seconds since 1970.
189 **
190 ** REGEXP The REGEXP operator works, unlike in
191
--- src/sqlcmd.c
+++ src/sqlcmd.c
@@ -169,11 +169,11 @@
169 ** in ways that are unrecoverable. Be sure you know what you are doing before
170 ** running any SQL commands that modifies the repository database.
171 **
172 ** The following extensions to the usual SQLite commands are provided:
173 **
174 ** content(X) Return the content of artifact X. X can be a
175 ** SHA1 hash or prefix or a tag.
176 **
177 ** compress(X) Compress text X.
178 **
179 ** decompress(X) Decompress text X. Undoes the work of
@@ -180,11 +180,11 @@
180 ** compress(X).
181 **
182 ** checkin_mtime(X,Y) Return the mtime for the file Y (a BLOB.RID)
183 ** found in check-in X (another BLOB.RID value).
184 **
185 ** symbolic_name_to_rid(X) Return the BLOB.RID corresponding to symbolic
186 ** name X.
187 **
188 ** now() Return the number of seconds since 1970.
189 **
190 ** REGEXP The REGEXP operator works, unlike in
191
+1 -1
--- src/tkt.c
+++ src/tkt.c
@@ -1109,11 +1109,11 @@
11091109
** Field names as defined in the TICKET table. By default, these
11101110
** names include: type, status, subsystem, priority, severity, foundin,
11111111
** resolution, title, and comment, but other field names can be added
11121112
** or substituted in customized installations.
11131113
**
1114
-** If you use +FIELD, the VALUE Is appended to the field FIELD.
1114
+** If you use +FIELD, the VALUE is appended to the field FIELD.
11151115
** You can use more than one field/value pair on the commandline.
11161116
** Using -q|--quote enables the special character decoding as
11171117
** in "ticket show". So it's possible, to set multiline text or
11181118
** text with special characters.
11191119
**
11201120
--- src/tkt.c
+++ src/tkt.c
@@ -1109,11 +1109,11 @@
1109 ** Field names as defined in the TICKET table. By default, these
1110 ** names include: type, status, subsystem, priority, severity, foundin,
1111 ** resolution, title, and comment, but other field names can be added
1112 ** or substituted in customized installations.
1113 **
1114 ** If you use +FIELD, the VALUE Is appended to the field FIELD.
1115 ** You can use more than one field/value pair on the commandline.
1116 ** Using -q|--quote enables the special character decoding as
1117 ** in "ticket show". So it's possible, to set multiline text or
1118 ** text with special characters.
1119 **
1120
--- src/tkt.c
+++ src/tkt.c
@@ -1109,11 +1109,11 @@
1109 ** Field names as defined in the TICKET table. By default, these
1110 ** names include: type, status, subsystem, priority, severity, foundin,
1111 ** resolution, title, and comment, but other field names can be added
1112 ** or substituted in customized installations.
1113 **
1114 ** If you use +FIELD, the VALUE is appended to the field FIELD.
1115 ** You can use more than one field/value pair on the commandline.
1116 ** Using -q|--quote enables the special character decoding as
1117 ** in "ticket show". So it's possible, to set multiline text or
1118 ** text with special characters.
1119 **
1120
+1 -1
--- src/zip.c
+++ src/zip.c
@@ -388,11 +388,11 @@
388388
** COMMAND: zip*
389389
**
390390
** Usage: %fossil zip VERSION OUTPUTFILE [--name DIRECTORYNAME] [-R|--repository REPO]
391391
**
392392
** Generate a ZIP archive for a specified version. If the --name option is
393
-** used, it argument becomes the name of the top-level directory in the
393
+** used, its argument becomes the name of the top-level directory in the
394394
** resulting ZIP archive. If --name is omitted, the top-level directory
395395
** named is derived from the project name, the check-in date and time, and
396396
** the artifact ID of the check-in.
397397
*/
398398
void baseline_zip_cmd(void){
399399
--- src/zip.c
+++ src/zip.c
@@ -388,11 +388,11 @@
388 ** COMMAND: zip*
389 **
390 ** Usage: %fossil zip VERSION OUTPUTFILE [--name DIRECTORYNAME] [-R|--repository REPO]
391 **
392 ** Generate a ZIP archive for a specified version. If the --name option is
393 ** used, it argument becomes the name of the top-level directory in the
394 ** resulting ZIP archive. If --name is omitted, the top-level directory
395 ** named is derived from the project name, the check-in date and time, and
396 ** the artifact ID of the check-in.
397 */
398 void baseline_zip_cmd(void){
399
--- src/zip.c
+++ src/zip.c
@@ -388,11 +388,11 @@
388 ** COMMAND: zip*
389 **
390 ** Usage: %fossil zip VERSION OUTPUTFILE [--name DIRECTORYNAME] [-R|--repository REPO]
391 **
392 ** Generate a ZIP archive for a specified version. If the --name option is
393 ** used, its argument becomes the name of the top-level directory in the
394 ** resulting ZIP archive. If --name is omitted, the top-level directory
395 ** named is derived from the project name, the check-in date and time, and
396 ** the artifact ID of the check-in.
397 */
398 void baseline_zip_cmd(void){
399

Keyboard Shortcuts

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