From a3d15c8be7493634a07f8c8cc5585dacf5aa20f3 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 17 Jul 2007 23:19:28 +0000 Subject: [PATCH] fix typo in prev commit :( --- editors/vi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/vi.c b/editors/vi.c index 31bc25556..67606f99f 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -330,7 +330,7 @@ int vi_main(int argc, char **argv) last_status_cksum = 0; text = NULL; - if (ENABLE_FEATURE_VI_READONLY && strncmp(appliet_name, "view", 4) == 0) { + if (ENABLE_FEATURE_VI_READONLY && strncmp(applet_name, "view", 4) == 0) { SET_READONLY_MODE(readonly_mode); }