Fossil SCM

Spelling correction to error message for "fossil get" command.

andybradford 2025-10-16 07:24 trunk
Commit 196cb7722377ef1374d828cdd83a5b3151b486393514185cdc9bca5d66472ead
1 file changed +1 -1
+1 -1
--- src/checkout.c
+++ src/checkout.c
@@ -532,11 +532,11 @@
532532
/* Error checking */
533533
if( zDest!=file_tail(zDest) ){
534534
fossil_fatal("--dest must be a simple directory name, not a path");
535535
}
536536
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"
538538
" version names that contain \"/\". This will be fixed in"
539539
" a future release.");
540540
}
541541
/* To relax the restrictions above, change the subpath URL formula below
542542
** to use query parameters. Ex: /sqlar?r=%t&name=%t */
543543
--- 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

Keyboard Shortcuts

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