summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lib/pure/parsejson.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/parsejson.nim b/lib/pure/parsejson.nim
index f86f3dfae..9893e434e 100644
--- a/lib/pure/parsejson.nim
+++ b/lib/pure/parsejson.nim
@@ -105,7 +105,7 @@ proc open*(my: var JsonParser, input: Stream, filename: string;
            rawStringLiterals = false) =
   ## initializes the parser with an input stream. `Filename` is only used
   ## for nice error messages. If `rawStringLiterals` is true, string literals
-  ## are kepts with their surrounding quotes and escape sequences in them are
+  ## are kept with their surrounding quotes and escape sequences in them are
   ## left untouched too.
   lexbase.open(my, input)
   my.filename = filename
h=devel&id=eb8e267ff63eec0dd5279186a57d8af59f26c696'>eb8e267ff ^
b49c75c82 ^




eb8e267ff ^

b49c75c82 ^


eb8e267ff ^

b49c75c82 ^
000b8afd2 ^
b49c75c82 ^

000b8afd2 ^
b49c75c82 ^

eb8e267ff ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39