summary refs log tree commit diff stats
path: root/lib/parsexml.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/parsexml.nim')
-rw-r--r--lib/parsexml.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parsexml.nim b/lib/parsexml.nim
index 81b6da1de..78be404d1 100644
--- a/lib/parsexml.nim
+++ b/lib/parsexml.nim
@@ -22,7 +22,7 @@
 ## * Thus the checks would have been very difficult to implement properly with
 ##   little benefit, especially since they are simple to implement in the 
 ##   client. The client should use the `errorMsgExpected` proc to generate
-##   a nice error message that fits to the other error messages this library
+##   a nice error message that fits the other error messages this library
 ##   creates.
 ##
 ##