aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:30:30 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:30:30 +0100
commit27ad9756c8b275560e14635fc6c4d84b6220705c (patch)
tree43765e72a03bc4be811785b9c2c7b7a99bef2b84 /README
parentAdd GDMSESSION (diff)
downloadlibenv-master.tar.gz
libenv-master.tar.bz2
libenv-master.tar.xz
fix docHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 01776f7..a064fc1 100644
--- a/README
+++ b/README
@@ -11,11 +11,11 @@ DESCRIPTION
utilities perform sanitation of environment variables.
Some utilities need to remove environment variables that are
- not appropriate for the new context that the utility entires.
+ not appropriate for the new context that the utility enters.
Likewise, some utilities may need to remove all except some
special environment variables. libenv provides a database of
environment variables that could be of interest and provides
- functionality to describe the new context the is entered and
+ functionality to describe the new context that is entered and
filter out environment variables accordingly.
SEE ALSO