diff options
author | Christian Heusel <christian@heusel.eu> | 2023-07-06 15:30:49 +0200 |
---|---|---|
committer | Christian Heusel <christian@heusel.eu> | 2023-07-06 15:30:49 +0200 |
commit | 030e6af88063e0a03067cf2bed1e3c6dc070d333 (patch) | |
tree | 88ebb36d31bf9f7be57f4e94c27b632dd49b086d /src/lib | |
parent | 662d6c5274773360d365b1770c13535fc51fc38d (diff) | |
download | devtools-030e6af88063e0a03067cf2bed1e3c6dc070d333.tar.xz |
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/lib')
-rw-r--r-- | src/lib/db.sh | 2 |
1 files changed, 1 insertions, 1 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 |