index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-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. |