diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-08-29 09:08:54 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-08-29 09:11:45 +0200 |
commit | 6f65e668957a50e153cba6822f747d13ad1b40ad (patch) | |
tree | dec30aa85e57419ac1eafffeab8548c973cac02f /nis | |
parent | d0721e703d222c01a9e8c329311c4fb01dac6972 (diff) | |
download | glibc-6f65e668957a50e153cba6822f747d13ad1b40ad.tar glibc-6f65e668957a50e153cba6822f747d13ad1b40ad.tar.gz glibc-6f65e668957a50e153cba6822f747d13ad1b40ad.tar.bz2 glibc-6f65e668957a50e153cba6822f747d13ad1b40ad.zip |
Fix typos.
Diffstat (limited to 'nis')
-rw-r--r-- | nis/nis_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nis/nis_print.c b/nis/nis_print.c index d24dcdec27..e872b20673 100644 --- a/nis/nis_print.c +++ b/nis/nis_print.c @@ -290,7 +290,7 @@ nis_print_link (const link_obj *obj) fputs (_("Linked Object Type : "), stdout); nis_print_objtype (obj->li_rtype); printf (_("Linked to : %s\n"), obj->li_name); - /* XXX Print the attributs here, if they exists */ + /* XXX Print the attributes here, if they exists */ } libnsl_hidden_def (nis_print_link) |