Fossil SCM
Fix typo in an error message.
Commit
20b04536d0c9ab0932e719d2a2475dd22c1354d7
Parent
973a6b1ee88362a…
1 file changed
+1
-1
+1
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -1109,11 +1109,11 @@ | ||
| 1109 | 1109 | } |
| 1110 | 1110 | |
| 1111 | 1111 | /* Verify that the commit did not modify any disk images. */ |
| 1112 | 1112 | vfile_aggregate_checksum_disk(nvid, &cksum2); |
| 1113 | 1113 | if( blob_compare(&cksum1, &cksum2) ){ |
| 1114 | - fossil_fatal("working check before and after commit does not match"); | |
| 1114 | + fossil_fatal("working checkout before and after commit does not match"); | |
| 1115 | 1115 | } |
| 1116 | 1116 | } |
| 1117 | 1117 | |
| 1118 | 1118 | /* Clear the undo/redo stack */ |
| 1119 | 1119 | undo_reset(); |
| 1120 | 1120 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -1109,11 +1109,11 @@ | |
| 1109 | } |
| 1110 | |
| 1111 | /* Verify that the commit did not modify any disk images. */ |
| 1112 | vfile_aggregate_checksum_disk(nvid, &cksum2); |
| 1113 | if( blob_compare(&cksum1, &cksum2) ){ |
| 1114 | fossil_fatal("working check before and after commit does not match"); |
| 1115 | } |
| 1116 | } |
| 1117 | |
| 1118 | /* Clear the undo/redo stack */ |
| 1119 | undo_reset(); |
| 1120 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -1109,11 +1109,11 @@ | |
| 1109 | } |
| 1110 | |
| 1111 | /* Verify that the commit did not modify any disk images. */ |
| 1112 | vfile_aggregate_checksum_disk(nvid, &cksum2); |
| 1113 | if( blob_compare(&cksum1, &cksum2) ){ |
| 1114 | fossil_fatal("working checkout before and after commit does not match"); |
| 1115 | } |
| 1116 | } |
| 1117 | |
| 1118 | /* Clear the undo/redo stack */ |
| 1119 | undo_reset(); |
| 1120 |