]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/export/export.c
2000-05-31 H.J. Lu <hjl@lucon.org>
[nfs-utils.git] / support / export / export.c
index 09efaa8214358e884076351145e0962e8297ac05..ef12056dd226cee08e8e1c48e948eae1a2941869 100644 (file)
@@ -38,14 +38,14 @@ export_read(char *fname)
            export_create(eep);
          else {
            if (exp->m_export.e_flags != eep->e_flags) {
-             xlog(L_ERROR, "incompatible dupilcated export entries:");
+             xlog(L_ERROR, "incompatible duplicated export entries:");
              xlog(L_ERROR, "\t%s:%s (0x%x) [IGNORED]", eep->e_hostname,
                   eep->e_path, eep->e_flags);
              xlog(L_ERROR, "\t%s:%s (0x%x)", exp->m_export.e_hostname,
                   exp->m_export.e_path, exp->m_export.e_flags);
            }
            else {
-             xlog(L_ERROR, "dupilcated export entries:");
+             xlog(L_ERROR, "duplicated export entries:");
              xlog(L_ERROR, "\t%s:%s", eep->e_hostname, eep->e_path);
              xlog(L_ERROR, "\t%s:%s", exp->m_export.e_hostname,
                   exp->m_export.e_path);