summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorJack Drogon <jack.xsuperman@gmail.com>2018-07-01 13:24:50 +0800
committerSalvatore Sanfilippo <antirez@gmail.com>2018-07-03 18:19:46 +0200
commit93238575f77630f24e0472bdbf7eecb73a4652a8 (patch)
treefb075adb140513364b5d357c676196d33b709602 /src/modules
parent94b3ee61420f8638d9cdba32877864deef91d5e9 (diff)
downloadredis-93238575f77630f24e0472bdbf7eecb73a4652a8.tar.gz
Fix typo
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/gendoc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/gendoc.rb b/src/modules/gendoc.rb
index 516f5d795..ee6572884 100644
--- a/src/modules/gendoc.rb
+++ b/src/modules/gendoc.rb
@@ -1,5 +1,5 @@
# gendoc.rb -- Converts the top-comments inside module.c to modules API
-# reference documentaiton in markdown format.
+# reference documentation in markdown format.
# Convert the C comment to markdown
def markdown(s)