mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
s/varable/variable/; s/tored/stored/
This commit is contained in:
parent
8dcaad55c2
commit
b3decf89a2
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue