compat-wireless: "crap" code is "not yet posted", not "not yet merged"
authorPavel Roskin <proski@gnu.org>
Tue, 22 Jun 2010 20:40:48 +0000 (16:40 -0400)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Tue, 22 Jun 2010 21:10:50 +0000 (14:10 -0700)
scripts/admin-update.sh

index 7592546989c1d854e93e82d737e7bc542811454c..4eb7c3e57060f58810b709bd512dd7ddc29fbcdb 100755 (executable)
@@ -85,7 +85,7 @@ nag_pending() {
 
 nag_crap() {
        printf "${RED}%10s${NORMAL} - Crap changes not yet posted\n" $2
-       printf "${RED}%10s${NORMAL} - Crap additions not yet merged\n" $3
+       printf "${RED}%10s${NORMAL} - Crap additions not yet posted\n" $3
        printf "${RED}%10s${NORMAL} - Crap deletions not yet posted\n" $4
        printf "${RED}%10s${NORMAL} - %% of crap code\n" $(perl -e 'printf("%.4f", 100 * '$2' / '$1');')
 }