xmllint.c - fixing typo


Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>

	* xmllint.c - fixing typo
diff --git a/xmllint.c b/xmllint.c
index d249edb..22f8ea3 100644
--- a/xmllint.c
+++ b/xmllint.c
@@ -607,9 +607,9 @@
 		if (nb < 0) {
 		    printf("could not get valid list of elements\n");
 		} else if (nb == 0) {
-		    printf("No element can be indersted under root\n");
+		    printf("No element can be inserted under root\n");
 		} else {
-		    printf("%d element types can be indersted under root:\n",
+		    printf("%d element types can be inserted under root:\n",
 		           nb);
 		    for (i = 0;i < nb;i++) {
 			 printf("%s\n", list[i]);