From: Denis Vlasenko Date: Tue, 17 Jul 2007 23:19:28 +0000 (-0000) Subject: fix typo in prev commit :( X-Git-Tag: 1_7_0~128 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a3d15c8be7493634a07f8c8cc5585dacf5aa20f3;p=oweals%2Fbusybox.git fix typo in prev commit :( --- 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); }