summaryrefslogtreecommitdiff
path: root/tests/README.md
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2022-05-26 22:34:17 +0800
committerGitHub <noreply@github.com>2022-05-26 17:34:17 +0300
commit6f7c1a8ce6861fb382f8313d07a6e2a13217a690 (patch)
tree39ab51a660f2e44ee1d1b95edb9f238fe6406d7f /tests/README.md
parentf28e2ce7a4cf4a82d367c106eee4b3113b85bcbf (diff)
downloadredis-6f7c1a8ce6861fb382f8313d07a6e2a13217a690.tar.gz
Fix outdated comment about flags in moduleCreateArgvFromUserFormat (#10781)
Clearly more than one flag exists, also fixed some typos. Fixes #10776
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index bdacbb9fe..4b2251bc5 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -38,7 +38,7 @@ The following compatibility and capability tags are currently used:
| `external:skip` | Not compatible with external servers. |
| `cluster:skip` | Not compatible with `--cluster-mode`. |
| `large-memory` | Test that requires more than 100mb |
-| `tls:skip` | Not campatible with `--tls`. |
+| `tls:skip` | Not compatible with `--tls`. |
| `needs:repl` | Uses replication and needs to be able to `SYNC` from server. |
| `needs:debug` | Uses the `DEBUG` command or other debugging focused commands (like `OBJECT`). |
| `needs:pfdebug` | Uses the `PFDEBUG` command. |