From 211f90fcfb5b98d900416388fccaed906c98e8d3 Mon Sep 17 00:00:00 2001 From: schweikh Date: Sat, 4 Feb 2006 14:38:37 +0000 Subject: s/varable/variable/; s/tored/stored/ --- bin/sh/var.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/sh') diff --git a/bin/sh/var.c b/bin/sh/var.c index 4bc1a61..c7c7bff 100644 --- a/bin/sh/var.c +++ b/bin/sh/var.c @@ -124,7 +124,7 @@ STATIC int varequal(char *, char *); STATIC int localevar(char *); /* - * Initialize the varable symbol tables and import the environment + * Initialize the variable symbol tables and import the environment. */ #ifdef mkinit @@ -208,7 +208,7 @@ setvarsafe(char *name, char *val, int flags) } /* - * Set the value of a variable. The flags argument is tored with the + * Set the value of a variable. The flags argument is stored with the * flags of the variable. If val is NULL, the variable is unset. */ -- cgit v1.1