]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Corrected typo in networking.c
authorOsmar Gonzalez <mibs510@gmail.com>
Sun, 20 Sep 2015 09:24:32 +0000 (02:24 -0700)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Sep 2015 12:31:15 +0000 (13:31 +0100)
Corrected "Misssing" to "Missing".

Signed-off-by: Osmar Gonzalez <mibs510@gmail.com>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/setup/networking.c

index 0791764ebddaab149397557ccaf090edbc65a0d9..b840ec127a119ea9ac885a71a6979af5f59111d4 100644 (file)
@@ -213,7 +213,7 @@ int oktoleave(void)
                strcpy(temp, ""); findkey(kv, "DNS1", temp);
                if (!(strlen(temp)))
                {
-                       errorbox(_("Misssing DNS."));
+                       errorbox(_("Missing DNS."));
                        freekeyvalues(kv);
                        return 0;
                }