summaryrefslogtreecommitdiff
path: root/lib/libalpm/package.h
diff options
context:
space:
mode:
authormorganamilo <morganamilo@gmail.com>2019-02-02 19:01:05 +0000
committerAllan McRae <allan@archlinux.org>2019-02-04 10:17:30 +1000
commit04e77591d6333002815e9276ca08c01230fcf212 (patch)
tree96143cf560ce7fd6bbaa34e793be3b2f00ae4516 /lib/libalpm/package.h
parent11bc315cdb3c2a3f227b4d05c13f615dfb453b5e (diff)
downloadpacman-04e77591d6333002815e9276ca08c01230fcf212.tar.xz
fix various typos
Signed-off-by: morganamilo <morganamilo@gmail.com> 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 b11d5dda..fbcde266 100644
--- a/lib/libalpm/package.h
+++ b/lib/libalpm/package.h
@@ -38,7 +38,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 initialization (such as used by the file backend). Each
- * backend is free to define a stuct containing pointers to a specific
+ * backend is free to define a struct 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.
*/