summaryrefslogtreecommitdiff
path: root/read.h
diff options
context:
space:
mode:
authorcharsyam <charsyam@charsyamui-MacBook-Pro.local>2015-10-28 02:19:24 +0900
committercharsyam <charsyam@charsyamui-MacBook-Pro.local>2015-10-28 02:19:24 +0900
commite2f6ee239c9c0cedfccee1db77c95e673fe6fe04 (patch)
tree94441c9868ccf3680e8c6b92db0d2e06b981c87e /read.h
parent4b3786d57edb9bfb22a0442536b0b41d9a93eb69 (diff)
fixing typos
Diffstat (limited to 'read.h')
-rw-r--r--read.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.h b/read.h
index 635a872..180e6c6 100644
--- a/read.h
+++ b/read.h
@@ -38,7 +38,7 @@
#define REDIS_OK 0
/* When an error occurs, the err flag in a context is set to hold the type of
- * error that occured. REDIS_ERR_IO means there was an I/O error and you
+ * error that occurred. REDIS_ERR_IO means there was an I/O error and you
* should use the "errno" variable to find out what is wrong.
* For other values, the "errstr" field will hold a description. */
#define REDIS_ERR_IO 1 /* Error in read or write */