diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:30:30 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:30:30 +0100 |
| commit | 27ad9756c8b275560e14635fc6c4d84b6220705c (patch) | |
| tree | 43765e72a03bc4be811785b9c2c7b7a99bef2b84 /libenv.h | |
| parent | Add GDMSESSION (diff) | |
| download | libenv-f88a6610327b4d20ea75d8485c633ff270de8d77.tar.gz libenv-f88a6610327b4d20ea75d8485c633ff270de8d77.tar.bz2 libenv-f88a6610327b4d20ea75d8485c633ff270de8d77.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libenv.h')
| -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 |
