s/dependences/dependencies/ Pointed out by klemmster in Issue 40.
[oweals/opkg-lede.git] / libopkg / pkg_depends.c
index 0e52d31ed391d099a4fc0858240fb01b6f99afd5..ee5e9b6d214fadc550b90c45df29a942b87ad8c5 100644 (file)
@@ -50,7 +50,7 @@ static int pkg_constraint_satisfied(pkg_t *pkg, void *cdata)
          return 0;
 }
 
-/* returns ndependences or negative error value */ 
+/* returns ndependencies or negative error value */ 
 int
 pkg_hash_fetch_unsatisfied_dependencies(pkg_t * pkg, pkg_vec_t *unsatisfied,
                char *** unresolved)