Minor spelling error - "Our of"->"Out of"

This commit is contained in:
Ian Miell 2018-06-01 13:41:05 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 33de6b57a8
commit be4bf266cb
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ static void write_resolv_conf_server(DnsServer *s, FILE *f, unsigned *count) {
assert(count);
if (!dns_server_string(s)) {
log_warning("Our of memory, or invalid DNS address. Ignoring server.");
log_warning("Out of memory, or invalid DNS address. Ignoring server.");
return;
}