Selaa lähdekoodia

s/specificaton/specification/

Peter Karlsson 25 vuotta sitten
vanhempi
commit
81c9ee8185
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      dselect/main.cc

+ 1 - 1
dselect/main.cc

@@ -241,7 +241,7 @@ extern "C" {
 
     if ((colours == NULL || ! strlen(colours)) &&
         (attributes == NULL || ! strlen(attributes))) {
-       ohshit(_("Null color specificaton\n"));
+       ohshit(_("Null color specification\n"));
     }
 
     if (colours != NULL && strlen(colours)) {