diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2015-02-15 16:06:06 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2015-02-15 16:06:06 +0000 |
commit | c95f6f117a665bc6d3d64ae8703459759973f63f (patch) | |
tree | 21df380c373960c77b8bb19eb415578f1556c953 /lib/system.nim | |
parent | d8c4c576372f63219b90203a71855c93a10ddda3 (diff) | |
download | Nim-c95f6f117a665bc6d3d64ae8703459759973f63f.tar.gz |
Fix typos
Diffstat (limited to 'lib/system.nim')
-rw-r--r-- | lib/system.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/system.nim b/lib/system.nim index 9dc233cb7..825c2597d 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -357,7 +357,7 @@ type ## ## See the full `exception hierarchy`_. IOError* = object of SystemError ## \ - ## Raised if an IO error occured. + ## Raised if an IO error occurred. ## ## See the full `exception hierarchy`_. OSError* = object of SystemError ## \ @@ -374,7 +374,7 @@ type ## ## See the full `exception hierarchy`_. ArithmeticError* = object of Exception ## \ - ## Raised if any kind of arithmetic error occured. + ## Raised if any kind of arithmetic error occurred. ## ## See the full `exception hierarchy`_. DivByZeroError* = object of ArithmeticError ## \ |