s/varable/variable/; s/tored/stored/

This commit is contained in:
Jens Schweikhardt 2006-02-04 14:38:37 +00:00
parent 8dcaad55c2
commit b3decf89a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155302

View File

@ -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.
*/