projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dfe8e7
)
Fix small typo
author
Paul Varner
<fuzzyray@gentoo.org>
Fri, 25 Feb 2011 16:26:00 +0000
(10:26 -0600)
committer
Paul Varner
<fuzzyray@gentoo.org>
Fri, 25 Feb 2011 16:26:00 +0000
(10:26 -0600)
bin/euse
patch
|
blob
|
history
diff --git
a/bin/euse
b/bin/euse
index 10e9044090b287a372e40b386c3c7357e3a4c405..dbbb129b2c4294e1e3c893f0b167afb2f1643159 100755
(executable)
--- 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 addin
d
an enabled one, emit a warning,
+ # If removing a disabled flag, or addin
g
an enabled one, emit a warning,
# indicating a likely misunderstanding
if [[ "${ACTION}" == "remove" ]]; then
if [[ "${ACTIVE:-${GLOBAL_ACTIVE}}" == "-" ]]; then