EP-E9D7571734A347E2ADA07C4134AB97EA
Hi,

Subject: [PATCH 06/11] typo fix

vitual --> virtual

Signed-off-by: Maninder Singh <maninder...@samsung.com>
Reviewed-by: Akhilesh Kumar <akhiles...@samsung.com>
---
 editors/vi.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/editors/vi.c b/editors/vi.c
index c8c7b32..6ce513c 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -3357,7 +3357,7 @@ static void refresh(int full_screen)
                        tp = t + 1;
                }
 
-               // see if there are any changes between vitual screen and 
out_buf
+               // see if there are any changes between virtual screen and 
out_buf
                changed = FALSE;        // assume no change
                cs = 0;
                ce = columns - 1;
@@ -3394,7 +3394,7 @@ static void refresh(int full_screen)
                if (cs < 0) cs = 0;
                if (ce > columns - 1) ce = columns - 1;
                if (cs > ce) { cs = 0; ce = columns - 1; }
-               // is there a change between vitual screen and out_buf
+               // is there a change between virtual screen and out_buf
                if (changed) {
                        // copy changed part of buffer to virtual screen
                        memcpy(sp+cs, out_buf+cs, ce-cs+1);
-- 
1.7.1


Thanks 
Maninder Singh
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to