summaryrefslogtreecommitdiff
path: root/internal/documentation/documentation.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/documentation/documentation.go')
-rw-r--r--internal/documentation/documentation.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/documentation/documentation.go b/internal/documentation/documentation.go
index af4b302..7a5c9f9 100644
--- a/internal/documentation/documentation.go
+++ b/internal/documentation/documentation.go
@@ -1,7 +1,7 @@
/*
* This package isn't the actual termpicker app.
* To avoid importing packages which aren't needed at runtime,
- * some auto-generation functionnalities is offloaded to here so
+ * some auto-generation functionalities is offloaded to here so
* it can be done with access to the rest of the code-base but
* without bloating the final binary. For example,
* generating bash+zsh auto-completion scripts isn't needed in