diff options
-rw-r--r-- | clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst b/clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst index d546aaf9b40..a210ccc1fb0 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/google-runtime-references.rst @@ -14,4 +14,4 @@ Options .. option:: WhiteListTypes - A semicolon-separated list of names of whitelist types. Defualt is empty. + A semicolon-separated list of names of whitelist types. Default is empty. |