summary refs log tree commit diff stats
path: root/lib/impure/ssl.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-08-28 09:59:26 +0200
committerAraq <rumpf_a@web.de>2014-08-28 09:59:26 +0200
commit4523b29d7af0ac88754eec29981306022a0d642b (patch)
tree3fb1e5a473c1694accc1ccb215726459d4f721f1 /lib/impure/ssl.nim
parentd05df2173b95155a53e9c731f1c78b754eb2410c (diff)
downloadNim-4523b29d7af0ac88754eec29981306022a0d642b.tar.gz
Nimrod renamed to Nim
Diffstat (limited to 'lib/impure/ssl.nim')
-rw-r--r--lib/impure/ssl.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/impure/ssl.nim b/lib/impure/ssl.nim
index 8a091a0d9..cae9990b9 100644
--- a/lib/impure/ssl.nim
+++ b/lib/impure/ssl.nim
@@ -8,7 +8,7 @@
 #
 
 ## This module provides an easy to use sockets-style 
-## nimrod interface to the OpenSSL library.
+## nim interface to the OpenSSL library.
 
 {.deprecated.}