Fix typos detected by codespell

This commit is contained in:
Tyson Andre
2020-01-06 09:05:57 -05:00
parent db446138c5
commit f52bd8a853
11 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ ra_find_name(const char *name) {
return 0;
}
/* laod array from INI settings */
/* load array from INI settings */
RedisArray *ra_load_array(const char *name) {
zval *z_data, z_fun, z_dist;