X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=error.c;h=50e9e6f8603e1fa3bd21a6359f93fe445e8ee9fc;hb=53c8e7ffb7a283bffe140e6337e573a6cdb1b051;hp=9606f1357e0ed50529268060533f36e32a410ed8;hpb=f86ba34b57d1a307688402b495d8b0532770d98d;p=platform%2Fupstream%2Flibxml2.git diff --git a/error.c b/error.c index 9606f13..50e9e6f 100644 --- a/error.c +++ b/error.c @@ -853,7 +853,7 @@ xmlParserValidityWarning(void *ctx, const char *msg, ...) * Get the last global error registered. This is per thread if compiled * with thread support. * - * Returns NULL if no error occured or a pointer to the error + * Returns NULL if no error occurred or a pointer to the error */ xmlErrorPtr xmlGetLastError(void) @@ -910,7 +910,7 @@ xmlResetLastError(void) * * Get the last parsing error registered. * - * Returns NULL if no error occured or a pointer to the error + * Returns NULL if no error occurred or a pointer to the error */ xmlErrorPtr xmlCtxtGetLastError(void *ctx)