File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
* name - The name of the variable to find.
50
50
*
51
51
* Returned Value:
52
- * The value of the valiable (read-only) or NULL on failure
52
+ * The value of the variable (read-only) or NULL on failure
53
53
*
54
54
* Assumptions:
55
55
* Not called from an interrupt handler
Original file line number Diff line number Diff line change 47
47
*
48
48
* Description:
49
49
* The setenv() function adds the variable name to the environment with the
50
- * specified 'value' if the varialbe 'name" does not exist. If the 'name'
50
+ * specified 'value' if the variable 'name" does not exist. If the 'name'
51
51
* does exist in the environment, then its value is changed to 'value' if
52
52
* 'overwrite' is non-zero; if 'overwrite' is zero, then the value of name
53
53
* unaltered.
You can’t perform that action at this time.
0 commit comments