summaryrefslogtreecommitdiff
path: root/nis
diff options
context:
space:
mode:
Diffstat (limited to 'nis')
-rw-r--r--nis/nis_print.c2
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)