diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2016-12-27 20:13:35 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2016-12-27 20:13:35 +0000 |
commit | 12f1ae05c0b4e3cc58f23d9bb72ab291681ea8a8 (patch) | |
tree | 22a5f5c757546a9cb71711934285dd73fbf1d1fb /resolv/res_send.c | |
parent | cfee7d9cf403a1f801784c0d6f1d72994911d9d8 (diff) | |
download | glibc-12f1ae05c0b4e3cc58f23d9bb72ab291681ea8a8.tar.gz |
Fix typos in the spelling of "implementation"
Apply the following spelling fix:
$ git grep -El 'implemetn?ation' |
xargs sed -ri 's/implemetn?ation/implementation/g'
[BZ #19514]
* resolv/res_send.c: Fix typo in comment.
* sysdeps/i386/i386-mcount.S: Likewise.
* sysdeps/s390/s390-32/s390-mcount.S: Likewise.
* sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
* sysdeps/sparc/sparc-mcount.S: Likewise.
Diffstat (limited to 'resolv/res_send.c')
-rw-r--r-- | resolv/res_send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/res_send.c b/resolv/res_send.c index e96d5d409d..cc2a7de886 100644 --- a/resolv/res_send.c +++ b/resolv/res_send.c @@ -579,7 +579,7 @@ close_and_return_error (res_state statp, int *resplen2) Please note that for TCP there is no way to disable sending both queries, unlike UDP, which honours RES_SNGLKUP and RES_SNGLKUPREOP and sends the queries serially and waits for the result after each - sent query. This implemetnation should be corrected to honour these + sent query. This implementation should be corrected to honour these options. Please also note that for TCP we send both queries over the same |