Fossil SCM
Fix a harmless typo in a comment.
Commit
6e47e6b38b7fa756841811d029756463836e025a0b331da8f851e662a99b311c
Parent
31e75c3a413a720…
1 file changed
+1
-1
+1
-1
| --- src/undo.c | ||
| +++ src/undo.c | ||
| @@ -70,11 +70,11 @@ | ||
| 70 | 70 | old_exe = db_column_int(&q, 2); |
| 71 | 71 | if( old_exists ){ |
| 72 | 72 | db_ephemeral_blob(&q, 0, &new); |
| 73 | 73 | } |
| 74 | 74 | if( file_unsafe_in_tree_path(zFullname) ){ |
| 75 | - /* do nothign with this unsafe file */ | |
| 75 | + /* do nothing with this unsafe file */ | |
| 76 | 76 | }else if( old_exists ){ |
| 77 | 77 | if( new_exists ){ |
| 78 | 78 | fossil_print("%s %s\n", redoFlag ? "REDO" : "UNDO", zPathname); |
| 79 | 79 | }else{ |
| 80 | 80 | fossil_print("NEW %s\n", zPathname); |
| 81 | 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 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 |