Fixed occurred spelling error fixes: #96

This commit is contained in:
Dariusz Dwornikowski
2016-09-23 08:31:31 +02:00
parent 9931ad4fa2
commit d1a41c9d7d
2 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ int main(int argc, char **argv)
len = res_query(fulldomain, C_IN, T_SRV, buf, sizeof(buf));
if (len < 0) {
fprintf(stderr, "res_query(): Error occured (errno=%d)\n", errno);
fprintf(stderr, "res_query(): Error occurred (errno=%d)\n", errno);
}
if (len == 0) {
fprintf(stderr, "res_query(): Empty result\n");