1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r24871: Fix typos

(This used to be commit 7d9c898d5e)
This commit is contained in:
Jelmer Vernooij 2007-09-01 22:51:50 +00:00 committed by Gerald (Jerry) Carter
parent 398dc6ca86
commit 132ddb1f46

View File

@ -64,7 +64,7 @@ BOOL torture_lookup(struct torture_context *torture)
ret = True; ret = True;
printf("Name [%s] found at adrress: %s.\n", lookup.in.hostname, *lookup.out.address); printf("Name [%s] found at address: %s.\n", lookup.in.hostname, *lookup.out.address);
done: done:
talloc_free(mem_ctx); talloc_free(mem_ctx);
@ -107,7 +107,7 @@ BOOL torture_lookup_host(struct torture_context *torture)
ret = True; ret = True;
printf("Host [%s] found at adrress: %s.\n", lookup.in.hostname, *lookup.out.address); printf("Host [%s] found at address: %s.\n", lookup.in.hostname, *lookup.out.address);
done: done:
talloc_free(mem_ctx); talloc_free(mem_ctx);