summaryrefslogtreecommitdiff
path: root/sasl_defs.c
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2020-02-15 12:34:45 -0800
committerdormando <dormando@rydia.net>2020-02-15 12:34:45 -0800
commit57c2bc3c4ed7900187894e100613880d38c02f87 (patch)
tree3f9253cdca46d6947ebd3ed0d3edfa1f2762e3df /sasl_defs.c
parent6207330c2705fdb5f02de13b99a0d994f7c4f14a (diff)
downloadmemcached-57c2bc3c4ed7900187894e100613880d38c02f87.tar.gz
minor typo fix
Diffstat (limited to 'sasl_defs.c')
-rw-r--r--sasl_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sasl_defs.c b/sasl_defs.c
index 370f947..e73a570 100644
--- a/sasl_defs.c
+++ b/sasl_defs.c
@@ -26,7 +26,7 @@ const char *const locations_dir_path[] = {
};
/* If the element of locations is directory, locations_file_path stores
- * the actual configue file which used by sasl, when GETCONFPATH is
+ * the actual configure file which used by sasl, when GETCONFPATH is
* enabled */
const char *const locations_file_path[] = {
"/etc/sasl/memcached.conf/memcached.conf",