aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-01-30 21:14:17 +0100
committerMattias Andrée <m@maandree.se>2025-01-30 21:14:17 +0100
commit445794569c9b1a0e7a90ab9123e371c84e668bf2 (patch)
tree289b8839634abac5066fa68824be59c94e9ff0f7 /README
parentFirst commit (diff)
downloadlibenv-445794569c9b1a0e7a90ab9123e371c84e668bf2.tar.gz
libenv-445794569c9b1a0e7a90ab9123e371c84e668bf2.tar.bz2
libenv-445794569c9b1a0e7a90ab9123e371c84e668bf2.tar.xz
Fix some mistakes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 109984f..01776f7 100644
--- a/README
+++ b/README
@@ -12,11 +12,11 @@ DESCRIPTION
Some utilities need to remove environment variables that are
not appropriate for the new context that the utility entires.
- Likewise some utilities may meed to remove all except some
+ Likewise, some utilities may need to remove all except some
special environment variables. libenv provides a database of
- environment variable variables that could be interesting and
- provides functionality to describe the new context the is is
- entered and filter out environment variables accordingly.
+ environment variables that could be of interest and provides
+ functionality to describe the new context the is entered and
+ filter out environment variables accordingly.
SEE ALSO
libenv_filter_variable_list(3),