summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2011-02-25 10:26:00 -0600
committerPaul Varner <fuzzyray@gentoo.org>2011-02-25 10:26:00 -0600
commitc04bf420b43fd88b1c91a3242cfefa912855b440 (patch)
treedfd4de633d10fa984cada8d8cecd30e30b102c09
parent4dfe8e7e2fb3338d3473ddfd59f0f81d003e8cc1 (diff)
downloadgentoolkit-c04bf420b43fd88b1c91a3242cfefa912855b440.tar.gz
Fix small typo
-rwxr-xr-xbin/euse2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/euse b/bin/euse
index 10e9044..dbbb129 100755
--- a/bin/euse
+++ b/bin/euse
@@ -1077,7 +1077,7 @@ modify_package() {
error "Invalid package atom. Did you forget the version?"
continue
fi
- # If removing a disabled flag, or addind an enabled one, emit a warning,
+ # If removing a disabled flag, or adding an enabled one, emit a warning,
# indicating a likely misunderstanding
if [[ "${ACTION}" == "remove" ]]; then
if [[ "${ACTIVE:-${GLOBAL_ACTIVE}}" == "-" ]]; then