Corrected typo in networking.c

Corrected "Misssing" to "Missing".

Signed-off-by: Osmar Gonzalez <mibs510@gmail.com>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Osmar Gonzalez
2015-09-20 02:24:32 -07:00
committed by Michael Tremer
parent 83490805a4
commit 0a39488e4a

View 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;
}