mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 07:23:03 +02:00
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:
committed by
Michael Tremer
parent
83490805a4
commit
0a39488e4a
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user