index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eric Engestrom <eric@engestrom.ch> | 2016-04-29 22:32:13 +0100 |
---|---|---|
committer | Andrew Gregory <andrew.gregory.8@gmail.com> | 2017-04-27 22:25:08 -0400 |
commit | fcf4da76e031162cc78e4d57c8c22a415ac4094c (patch) | |
tree | eda4c691559bbce213b5b14e84600d588d312003 /lib/libalpm/package.h | |
parent | d6ea5bd26d54218fdc0e5a4cb48fabc0baedec75 (diff) |
-rw-r--r-- | lib/libalpm/package.h | 2 |
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. |