aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:50:24 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:50:24 +0100
commit76a75f0eec01609cc76badc960fd9385affd40b1 (patch)
treea184974b04d322cd6a2a3b41a124a3087fc3cd92 /README
parentRemove old make rule (diff)
downloadauto-auto-complete-76a75f0eec01609cc76badc960fd9385affd40b1.tar.gz
auto-auto-complete-76a75f0eec01609cc76badc960fd9385affd40b1.tar.bz2
auto-auto-complete-76a75f0eec01609cc76badc960fd9385affd40b1.tar.xz
fix doc textHEAD7.2.3master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 9abfaee..3dc6ac5 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
NAME
- auto-auto-complete - Autogenerate shell auto-completion scripts
+ auto-auto-complete - Auto-generate shell auto-completion scripts
SYNOPSIS
auto-auto-complete shell (-w command | -o output -s source [variable=value] ...)
@@ -9,7 +9,7 @@ DESCRIPTION
auto-auto-complete provides a LISP-like declarative language for
creating auto-completion scripts for commands in a shell-agnostic way.
- However, auto-auto-complete's language is limited in comparsion to
+ However, auto-auto-complete's language is limited in comparison to
for example raw auto-completion scripts for the bash shell, however
it is well enough for most projects.
@@ -43,7 +43,7 @@ OPERANDS
of values for that variable.
RATIONALE
- Noone really wants to write shell auto-completion scripts,
+ No one really wants to write shell auto-completion scripts,
especially not for more than one shell. But of course we
want to have it.