From 396c9ed8f22850bb2c4065181fcc1875a20fbf12 Mon Sep 17 00:00:00 2001 From: graham.gower Date: Mon, 11 Jan 2010 19:52:10 -0500 Subject: 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 --- (limited to 'libopkg/opkg_conf.h') diff --git a/libopkg/opkg_conf.h b/libopkg/opkg_conf.h index 0925b81..6e7aa7d 100644 --- a/libopkg/opkg_conf.h +++ b/libopkg/opkg_conf.h @@ -74,7 +74,7 @@ struct opkg_conf int force_removal_of_dependent_packages; int force_removal_of_essential_packages; int check_signature; - int nodeps; /* do not follow dependences */ + int nodeps; /* do not follow dependencies */ char *offline_root; int query_all; int verbosity; -- cgit v0.9.1