summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/documentation/documentation.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/documentation/documentation.go b/internal/documentation/documentation.go
index c1db2c2..3744eb0 100644
--- a/internal/documentation/documentation.go
+++ b/internal/documentation/documentation.go
@@ -1,12 +1,12 @@
/*
* 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
* the final binary if those script are generated before hand.
- * Same gose for manpages. This file is meant to be run automatically
+ * Same goes for manpages. This file is meant to be run automatically
* to easily package new releases. Same goes for manpages which is the
* only feature currently in here.
*/