Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Heusel <christian@heusel.eu>2023-07-06 15:30:49 +0200
committerChristian Heusel <christian@heusel.eu>2023-07-06 15:30:49 +0200
commit030e6af88063e0a03067cf2bed1e3c6dc070d333 (patch)
tree88ebb36d31bf9f7be57f4e94c27b632dd49b086d /src
parent662d6c5274773360d365b1770c13535fc51fc38d (diff)
chore: fix spelling mistake packge -> package
it seems like the mistake was copied to a few locations, this commit fixes it. Signed-off-by: Christian Heusel <christian@heusel.eu>
Diffstat (limited to 'src')
-rw-r--r--src/lib/db.sh2
-rw-r--r--src/pkgctl.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/db.sh b/src/lib/db.sh
index 397ff0d..91e4da5 100644
--- a/src/lib/db.sh
+++ b/src/lib/db.sh
@@ -15,7 +15,7 @@ pkgctl_db_usage() {
cat <<- _EOF_
Usage: ${COMMAND} [COMMAND] [OPTIONS]
- Pacman database modification for packge update, move etc
+ Pacman database modification for package update, move etc
COMMANDS
move Move packages between pacman repositories
diff --git a/src/pkgctl.in b/src/pkgctl.in
index 1797b32..07242a3 100644
--- a/src/pkgctl.in
+++ b/src/pkgctl.in
@@ -21,7 +21,7 @@ usage() {
COMMANDS
auth Authenticate with services like GitLab
build Build packages inside a clean chroot
- db Pacman database modification for packge update, move etc
+ db Pacman database modification for package update, move etc
diff Compare package files using different modes
release Release step to commit, tag and upload build artifacts
repo Manage Git packaging repositories and their configuration