diff options
| -rw-r--r-- | text.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -965,7 +965,7 @@ static bool text_save_begin_inplace(TextSave *ctx) { txt->block->type = MMAP; newfd = -1; } - /* overwrite the exisiting file content, if somehting goes wrong + /* overwrite the existing file content, if something goes wrong * here we are screwed, TODO: make a backup before? */ if (ftruncate(ctx->fd, 0) == -1) goto err; |
