summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_install.c
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2010-01-11 19:52:10 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2010-01-11 19:52:10 (EST)
commit396c9ed8f22850bb2c4065181fcc1875a20fbf12 (patch)
treec800d00223ddb251f856816132a86de7aceadc81 /libopkg/opkg_install.c
parent33a5092e4160f4d1577b6e11a18bd0cae253ddad (diff)
s/dependences/dependencies/ Pointed out by klemmster in Issue 40.
git-svn-id: http://opkg.googlecode.com/svn/trunk@515 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/opkg_install.c')
-rw-r--r--libopkg/opkg_install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/opkg_install.c b/libopkg/opkg_install.c
index e014d72..72c63ab 100644
--- a/libopkg/opkg_install.c
+++ b/libopkg/opkg_install.c
@@ -1237,7 +1237,7 @@ opkg_install_pkg(pkg_t *pkg, int from_upgrade)
pkg->state_want = SW_INSTALL;
if (old_pkg){
- old_pkg->state_want = SW_DEINSTALL; /* needed for check_data_file_clashes of dependences */
+ old_pkg->state_want = SW_DEINSTALL; /* needed for check_data_file_clashes of dependencies */
}
err = check_conflicts_for(pkg);