summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/package.h
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2016-04-29 23:32:13 +0200
committerAllan McRae <allan@archlinux.org>2016-05-05 05:52:23 +0200
commit2694d17ad99bab1cea5aad0ea4781ea4d51e596b (patch)
tree9c664db457a26d239167a22459418bf17f9238ab /lib/libalpm/package.h
parent0088a7ab1cc2676a31debc05878a80d0bd9a6ba4 (diff)
downloadpacman-2694d17ad99bab1cea5aad0ea4781ea4d51e596b.tar.gz
pacman-2694d17ad99bab1cea5aad0ea4781ea4d51e596b.tar.xz
fix spelling mistakes
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/package.h')
-rw-r--r--lib/libalpm/package.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h
index 9fea3563..31add9ac 100644
--- a/lib/libalpm/package.h
+++ b/lib/libalpm/package.h
@@ -37,7 +37,7 @@
/** Package operations struct. This struct contains function pointers to
* all methods used to access data in a package to allow for things such
- * as lazy package intialization (such as used by the file backend). Each
+ * as lazy package initialization (such as used by the file backend). Each
* backend is free to define a stuct containing pointers to a specific
* implementation of these methods. Some backends may find using the
* defined default_pkg_ops struct to work just fine for their needs.