Thank you for sending in this patch.
However I had some whitespace issues when importing this patch and this email had a HTML part which just confuses patchwork. Could you please use git send-email for the next time if that is convenient for you?
This one is merged now.
Best, -Michael
On Sun, 2015-09-20 at 02:24 -0700, Osmar Gonzalez wrote:
Corrected "Misssing" to "Missing".
Signed-off-by: Osmar Gonzalez mibs510@gmail.com
diff --git a/src/setup/networking.c b/src/setup/networking.c index 0791764..1067b95 100644 --- a/src/setup/networking.c +++ b/src/setup/networking.c @@ -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; }