diff options
Diffstat (limited to '')
| -rw-r--r-- | libenv.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -53,7 +53,7 @@ enum libenv_class { /** * Environment variables that describe - * the terminals but is only meaningful + * the terminal but is only meaningful * for the local host */ LIBENV_LOCAL_TERMINAL, @@ -268,8 +268,8 @@ struct libenv_variable { /** - * Get the list of recognised environment variable, - * the list will container their names and classes + * Get the list of recognised environment variables. + * The list will contain their names and classes. * * This function does not read the current environment, * and may return unset environment variables |
