Fossil SCM
Minor spelling correction.
Commit
76cd08baf6eac20d7f5c59e9bbd290f2ec33170e
Parent
fe7f6f3cc19953d…
5 files changed
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -2118,8 +2118,8 @@ | ||
| 2118 | 2118 | |
| 2119 | 2119 | if( !g.markPrivate ){ |
| 2120 | 2120 | autosync_loop(SYNC_PUSH|SYNC_PULL, db_get_int("autosync-tries", 1)); |
| 2121 | 2121 | } |
| 2122 | 2122 | if( count_nonbranch_children(vid)>1 ){ |
| 2123 | - fossil_print("**** warning: an ambigeous branch has occurred *****\n"); | |
| 2123 | + fossil_print("**** warning: an ambiguous branch has occurred *****\n"); | |
| 2124 | 2124 | } |
| 2125 | 2125 | } |
| 2126 | 2126 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -2118,8 +2118,8 @@ | |
| 2118 | |
| 2119 | if( !g.markPrivate ){ |
| 2120 | autosync_loop(SYNC_PUSH|SYNC_PULL, db_get_int("autosync-tries", 1)); |
| 2121 | } |
| 2122 | if( count_nonbranch_children(vid)>1 ){ |
| 2123 | fossil_print("**** warning: an ambigeous branch has occurred *****\n"); |
| 2124 | } |
| 2125 | } |
| 2126 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -2118,8 +2118,8 @@ | |
| 2118 | |
| 2119 | if( !g.markPrivate ){ |
| 2120 | autosync_loop(SYNC_PUSH|SYNC_PULL, db_get_int("autosync-tries", 1)); |
| 2121 | } |
| 2122 | if( count_nonbranch_children(vid)>1 ){ |
| 2123 | fossil_print("**** warning: an ambiguous branch has occurred *****\n"); |
| 2124 | } |
| 2125 | } |
| 2126 |
+1
-1
| --- src/descendants.c | ||
| +++ src/descendants.c | ||
| @@ -429,11 +429,11 @@ | ||
| 429 | 429 | fossil_free(z); |
| 430 | 430 | } |
| 431 | 431 | } |
| 432 | 432 | fossil_free(zLastBr); |
| 433 | 433 | db_finalize(&q); |
| 434 | - if( showForks && !zLastBr ) fossil_print("*** OK, no ambigeous branch found ***\n"); | |
| 434 | + if( showForks && !zLastBr ) fossil_print("*** OK, no ambiguous branch found ***\n"); | |
| 435 | 435 | } |
| 436 | 436 | |
| 437 | 437 | /* |
| 438 | 438 | ** WEBPAGE: leaves |
| 439 | 439 | ** |
| 440 | 440 |
| --- src/descendants.c | |
| +++ src/descendants.c | |
| @@ -429,11 +429,11 @@ | |
| 429 | fossil_free(z); |
| 430 | } |
| 431 | } |
| 432 | fossil_free(zLastBr); |
| 433 | db_finalize(&q); |
| 434 | if( showForks && !zLastBr ) fossil_print("*** OK, no ambigeous branch found ***\n"); |
| 435 | } |
| 436 | |
| 437 | /* |
| 438 | ** WEBPAGE: leaves |
| 439 | ** |
| 440 |
| --- src/descendants.c | |
| +++ src/descendants.c | |
| @@ -429,11 +429,11 @@ | |
| 429 | fossil_free(z); |
| 430 | } |
| 431 | } |
| 432 | fossil_free(zLastBr); |
| 433 | db_finalize(&q); |
| 434 | if( showForks && !zLastBr ) fossil_print("*** OK, no ambiguous branch found ***\n"); |
| 435 | } |
| 436 | |
| 437 | /* |
| 438 | ** WEBPAGE: leaves |
| 439 | ** |
| 440 |
+1
-1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -244,11 +244,11 @@ | ||
| 244 | 244 | if( rid==0 ){ |
| 245 | 245 | fossil_fatal("no such object: %s\n", g.argv[2]); |
| 246 | 246 | } |
| 247 | 247 | show_common_info(rid, "uuid:", 1, 1); |
| 248 | 248 | } |
| 249 | - fossil_print("ambigeous branches:\n"); | |
| 249 | + fossil_print("ambiguous branches:\n"); | |
| 250 | 250 | leaves_cmd(); |
| 251 | 251 | } |
| 252 | 252 | |
| 253 | 253 | /* |
| 254 | 254 | ** Show information about all tags on a given check-in. |
| 255 | 255 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -244,11 +244,11 @@ | |
| 244 | if( rid==0 ){ |
| 245 | fossil_fatal("no such object: %s\n", g.argv[2]); |
| 246 | } |
| 247 | show_common_info(rid, "uuid:", 1, 1); |
| 248 | } |
| 249 | fossil_print("ambigeous branches:\n"); |
| 250 | leaves_cmd(); |
| 251 | } |
| 252 | |
| 253 | /* |
| 254 | ** Show information about all tags on a given check-in. |
| 255 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -244,11 +244,11 @@ | |
| 244 | if( rid==0 ){ |
| 245 | fossil_fatal("no such object: %s\n", g.argv[2]); |
| 246 | } |
| 247 | show_common_info(rid, "uuid:", 1, 1); |
| 248 | } |
| 249 | fossil_print("ambiguous branches:\n"); |
| 250 | leaves_cmd(); |
| 251 | } |
| 252 | |
| 253 | /* |
| 254 | ** Show information about all tags on a given check-in. |
| 255 |
+1
-1
| --- src/update.c | ||
| +++ src/update.c | ||
| @@ -562,11 +562,11 @@ | ||
| 562 | 562 | } |
| 563 | 563 | if( nMerge ){ |
| 564 | 564 | fossil_warning("WARNING: %d uncommitted prior merges", nMerge); |
| 565 | 565 | } |
| 566 | 566 | if( isFork ){ |
| 567 | - fossil_warning("WARNING: ambigeous branch, please do a \"fossil merge\""); | |
| 567 | + fossil_warning("WARNING: ambiguous branch, please do a \"fossil merge\""); | |
| 568 | 568 | } |
| 569 | 569 | } |
| 570 | 570 | |
| 571 | 571 | /* |
| 572 | 572 | ** Clean up the mid and pid VFILE entries. Then commit the changes. |
| 573 | 573 |
| --- src/update.c | |
| +++ src/update.c | |
| @@ -562,11 +562,11 @@ | |
| 562 | } |
| 563 | if( nMerge ){ |
| 564 | fossil_warning("WARNING: %d uncommitted prior merges", nMerge); |
| 565 | } |
| 566 | if( isFork ){ |
| 567 | fossil_warning("WARNING: ambigeous branch, please do a \"fossil merge\""); |
| 568 | } |
| 569 | } |
| 570 | |
| 571 | /* |
| 572 | ** Clean up the mid and pid VFILE entries. Then commit the changes. |
| 573 |
| --- src/update.c | |
| +++ src/update.c | |
| @@ -562,11 +562,11 @@ | |
| 562 | } |
| 563 | if( nMerge ){ |
| 564 | fossil_warning("WARNING: %d uncommitted prior merges", nMerge); |
| 565 | } |
| 566 | if( isFork ){ |
| 567 | fossil_warning("WARNING: ambiguous branch, please do a \"fossil merge\""); |
| 568 | } |
| 569 | } |
| 570 | |
| 571 | /* |
| 572 | ** Clean up the mid and pid VFILE entries. Then commit the changes. |
| 573 |
+1
-1
| --- src/xfer.c | ||
| +++ src/xfer.c | ||
| @@ -1973,10 +1973,10 @@ | ||
| 1973 | 1973 | manifest_crosslink_end(MC_PERMIT_HOOKS); |
| 1974 | 1974 | content_enable_dephantomize(1); |
| 1975 | 1975 | db_end_transaction(0); |
| 1976 | 1976 | } |
| 1977 | 1977 | if( (syncFlags & SYNC_CLONE)==0 && fossil_any_has_fork(g.rcvid) ){ |
| 1978 | - fossil_warning("***** WARNING: an ambigeous branch has occurred *****\n" | |
| 1978 | + fossil_warning("***** WARNING: an ambiguous branch has occurred *****\n" | |
| 1979 | 1979 | "Use \"fossil info\" for more details."); |
| 1980 | 1980 | } |
| 1981 | 1981 | return nErr; |
| 1982 | 1982 | } |
| 1983 | 1983 |
| --- src/xfer.c | |
| +++ src/xfer.c | |
| @@ -1973,10 +1973,10 @@ | |
| 1973 | manifest_crosslink_end(MC_PERMIT_HOOKS); |
| 1974 | content_enable_dephantomize(1); |
| 1975 | db_end_transaction(0); |
| 1976 | } |
| 1977 | if( (syncFlags & SYNC_CLONE)==0 && fossil_any_has_fork(g.rcvid) ){ |
| 1978 | fossil_warning("***** WARNING: an ambigeous branch has occurred *****\n" |
| 1979 | "Use \"fossil info\" for more details."); |
| 1980 | } |
| 1981 | return nErr; |
| 1982 | } |
| 1983 |
| --- src/xfer.c | |
| +++ src/xfer.c | |
| @@ -1973,10 +1973,10 @@ | |
| 1973 | manifest_crosslink_end(MC_PERMIT_HOOKS); |
| 1974 | content_enable_dephantomize(1); |
| 1975 | db_end_transaction(0); |
| 1976 | } |
| 1977 | if( (syncFlags & SYNC_CLONE)==0 && fossil_any_has_fork(g.rcvid) ){ |
| 1978 | fossil_warning("***** WARNING: an ambiguous branch has occurred *****\n" |
| 1979 | "Use \"fossil info\" for more details."); |
| 1980 | } |
| 1981 | return nErr; |
| 1982 | } |
| 1983 |