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 /contrib | |
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 'contrib')
-rw-r--r-- | contrib/completion/zsh/_devtools.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/zsh/_devtools.in b/contrib/completion/zsh/_devtools.in index a473bc2..bd17466 100644 --- a/contrib/completion/zsh/_devtools.in +++ b/contrib/completion/zsh/_devtools.in @@ -241,7 +241,7 @@ _pkgctl_cmds=( "pkgctl command" "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]" |