summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-07-15 06:29:28 +0200
committerAllan McRae <allan@archlinux.org>2013-07-22 05:29:44 +0200
commit58832b0d7cb44b2842b7dba2f139009b3b2d93bb (patch)
tree1a60aa506ee1035a0f28f7a63d362e3dce1e2f00 /src
parent66f3b93331a3c376b1eadc5abfb3e630118a7de5 (diff)
downloadpacman-58832b0d7cb44b2842b7dba2f139009b3b2d93bb.tar.gz
pacman-58832b0d7cb44b2842b7dba2f139009b3b2d93bb.tar.xz
Fix typo
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'src')
-rw-r--r--src/pacman/package.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/package.c b/src/pacman/package.c
index 42a8635e..eab28731 100644
--- a/src/pacman/package.c
+++ b/src/pacman/package.c
@@ -360,7 +360,7 @@ void print_installed(alpm_db_t *db_local, alpm_pkg_t *pkg)
}
/**
- * Display the defails of a search.
+ * Display the details of a search.
* @param db the database we're searching
* @param targets the targets we're searching for
* @param show_status show if the package is also in the local db