Fossil SCM

Fix a harmless typo in a comment.

drh 2025-04-02 11:52 trunk
Commit 6e47e6b38b7fa756841811d029756463836e025a0b331da8f851e662a99b311c
1 file changed +1 -1
+1 -1
--- src/undo.c
+++ src/undo.c
@@ -70,11 +70,11 @@
7070
old_exe = db_column_int(&q, 2);
7171
if( old_exists ){
7272
db_ephemeral_blob(&q, 0, &new);
7373
}
7474
if( file_unsafe_in_tree_path(zFullname) ){
75
- /* do nothign with this unsafe file */
75
+ /* do nothing with this unsafe file */
7676
}else if( old_exists ){
7777
if( new_exists ){
7878
fossil_print("%s %s\n", redoFlag ? "REDO" : "UNDO", zPathname);
7979
}else{
8080
fossil_print("NEW %s\n", zPathname);
8181
--- src/undo.c
+++ src/undo.c
@@ -70,11 +70,11 @@
70 old_exe = db_column_int(&q, 2);
71 if( old_exists ){
72 db_ephemeral_blob(&q, 0, &new);
73 }
74 if( file_unsafe_in_tree_path(zFullname) ){
75 /* do nothign with this unsafe file */
76 }else if( old_exists ){
77 if( new_exists ){
78 fossil_print("%s %s\n", redoFlag ? "REDO" : "UNDO", zPathname);
79 }else{
80 fossil_print("NEW %s\n", zPathname);
81
--- src/undo.c
+++ src/undo.c
@@ -70,11 +70,11 @@
70 old_exe = db_column_int(&q, 2);
71 if( old_exists ){
72 db_ephemeral_blob(&q, 0, &new);
73 }
74 if( file_unsafe_in_tree_path(zFullname) ){
75 /* do nothing with this unsafe file */
76 }else if( old_exists ){
77 if( new_exists ){
78 fossil_print("%s %s\n", redoFlag ? "REDO" : "UNDO", zPathname);
79 }else{
80 fossil_print("NEW %s\n", zPathname);
81

Keyboard Shortcuts

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