Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77e6200

Browse files
committed
softtabstops -> softtabstop in redis.c (typo in vim directive)
1 parent 05e38d5 commit 77e6200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3940,4 +3940,4 @@ PHP_METHOD(Redis, pfmerge) {
39403940
REDIS_PROCESS_CMD(pfmerge, redis_boolean_response);
39413941
}
39423942

3943-
/* vim: set tabstop=4 softtabstops=4 noexpandtab shiftwidth=4: */
3943+
/* vim: set tabstop=4 softtabstop=4 noexpandtab shiftwidth=4: */

0 commit comments

Comments
 (0)