aboutsummaryrefslogtreecommitdiff
path: root/bin
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 /bin
parentApply latest changes from Jared Hancock (diff)
downloadgentoolkit-c04bf420b43fd88b1c91a3242cfefa912855b440.tar.gz
gentoolkit-c04bf420b43fd88b1c91a3242cfefa912855b440.tar.bz2
gentoolkit-c04bf420b43fd88b1c91a3242cfefa912855b440.zip
Fix small typo
Diffstat (limited to 'bin')
-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