From b3decf89a26461f66ddd07bc615fc102d385f345 Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Sat, 4 Feb 2006 14:38:37 +0000 Subject: [PATCH] s/varable/variable/; s/tored/stored/ --- bin/sh/var.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/sh/var.c b/bin/sh/var.c index 4bc1a610f92..c7c7bff86a6 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. */