Fossil SCM
Spelling correction to error message for "fossil get" command.
Commit
196cb7722377ef1374d828cdd83a5b3151b486393514185cdc9bca5d66472ead
Parent
088be210db8abad…
1 file changed
+1
-1
+1
-1
| --- src/checkout.c | ||
| +++ src/checkout.c | ||
| @@ -532,11 +532,11 @@ | ||
| 532 | 532 | /* Error checking */ |
| 533 | 533 | if( zDest!=file_tail(zDest) ){ |
| 534 | 534 | fossil_fatal("--dest must be a simple directory name, not a path"); |
| 535 | 535 | } |
| 536 | 536 | if( zVers!=file_tail(zVers) ){ |
| 537 | - fossil_fatal("The \"fossil get\" command does not current work with" | |
| 537 | + fossil_fatal("The \"fossil get\" command does not currently work with" | |
| 538 | 538 | " version names that contain \"/\". This will be fixed in" |
| 539 | 539 | " a future release."); |
| 540 | 540 | } |
| 541 | 541 | /* To relax the restrictions above, change the subpath URL formula below |
| 542 | 542 | ** to use query parameters. Ex: /sqlar?r=%t&name=%t */ |
| 543 | 543 |
| --- src/checkout.c | |
| +++ src/checkout.c | |
| @@ -532,11 +532,11 @@ | |
| 532 | /* Error checking */ |
| 533 | if( zDest!=file_tail(zDest) ){ |
| 534 | fossil_fatal("--dest must be a simple directory name, not a path"); |
| 535 | } |
| 536 | if( zVers!=file_tail(zVers) ){ |
| 537 | fossil_fatal("The \"fossil get\" command does not current work with" |
| 538 | " version names that contain \"/\". This will be fixed in" |
| 539 | " a future release."); |
| 540 | } |
| 541 | /* To relax the restrictions above, change the subpath URL formula below |
| 542 | ** to use query parameters. Ex: /sqlar?r=%t&name=%t */ |
| 543 |
| --- src/checkout.c | |
| +++ src/checkout.c | |
| @@ -532,11 +532,11 @@ | |
| 532 | /* Error checking */ |
| 533 | if( zDest!=file_tail(zDest) ){ |
| 534 | fossil_fatal("--dest must be a simple directory name, not a path"); |
| 535 | } |
| 536 | if( zVers!=file_tail(zVers) ){ |
| 537 | fossil_fatal("The \"fossil get\" command does not currently work with" |
| 538 | " version names that contain \"/\". This will be fixed in" |
| 539 | " a future release."); |
| 540 | } |
| 541 | /* To relax the restrictions above, change the subpath URL formula below |
| 542 | ** to use query parameters. Ex: /sqlar?r=%t&name=%t */ |
| 543 |