aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-02-19 01:32:31 -0500
committerTim Harder <radhermit@gmail.com>2015-02-19 01:32:31 -0500
commitc53b075b3e6f74d210b84291c7ac59e25320a7ce (patch)
treeaaa7bda6a18d00609306eb28d527b4cfe852b091
parentfix tests finding bash files again (diff)
downloadpkgcore-c53b075b3e6f74d210b84291c7ac59e25320a7ce.tar.gz
pkgcore-c53b075b3e6f74d210b84291c7ac59e25320a7ce.tar.bz2
pkgcore-c53b075b3e6f74d210b84291c7ac59e25320a7ce.zip
minor spelling fix
-rw-r--r--bash/ebuild-default-functions.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/ebuild-default-functions.lib b/bash/ebuild-default-functions.lib
index 70a0f4735..284b480e2 100644
--- a/bash/ebuild-default-functions.lib
+++ b/bash/ebuild-default-functions.lib
@@ -206,7 +206,7 @@ inherit() {
local ECLASS_DEPTH=$(( ${ECLASS_DEPTH-0} + 1 ))
if [[ ${ECLASS_DEPTH} -gt 1 ]]; then
- debug-print "*** Multiple Inheritence (Level: ${ECLASS_DEPTH})"
+ debug-print "*** Multiple Inheritance (Level: ${ECLASS_DEPTH})"
fi
local location olocation