From e4380da4a62b43e6b0848f08fbf6162d0c0a11cd Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 27 Feb 2017 10:51:17 -0800 Subject: Fix a couple typos --- text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text.c b/text.c index b8d5d90..5a7d907 100644 --- a/text.c +++ b/text.c @@ -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; -- cgit v1.2.3