Fossil SCM

Fix typo in an error message.

drh 2010-12-10 15:25 trunk
Commit 20b04536d0c9ab0932e719d2a2475dd22c1354d7
1 file changed +1 -1
+1 -1
--- src/checkin.c
+++ src/checkin.c
@@ -1109,11 +1109,11 @@
11091109
}
11101110
11111111
/* Verify that the commit did not modify any disk images. */
11121112
vfile_aggregate_checksum_disk(nvid, &cksum2);
11131113
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");
11151115
}
11161116
}
11171117
11181118
/* Clear the undo/redo stack */
11191119
undo_reset();
11201120
--- 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

Keyboard Shortcuts

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