summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCons T Åhs <cons@erlang.org>2021-09-15 17:16:05 +0200
committerCons T Åhs <cons@erlang.org>2021-10-07 10:51:43 +0200
commite323b5a755394feb37b567ab191013da9d47d749 (patch)
tree11fe97f403ba0afc3934c03325d0e880fa5e9785
parent0706178dea1c62d8d63c33c86bbf473dcaef89d5 (diff)
downloaderlang-e323b5a755394feb37b567ab191013da9d47d749.tar.gz
Fix typo
-rw-r--r--HOWTO/TESTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HOWTO/TESTING.md b/HOWTO/TESTING.md
index 7a7f6982f2..f713f85231 100644
--- a/HOWTO/TESTING.md
+++ b/HOWTO/TESTING.md
@@ -139,7 +139,7 @@ purpose. The `make test` command works when the current directory
contains a directory called test and in the root directory of the
source code tree.
-*(Waring)* Some test cases do not run correctly or cannot be run at
+*(Warning)* Some test cases do not run correctly or cannot be run at
all through the `make test` command (typically test cases that require
test specific C code to be compiled) because `make test` runs tests
directly by invoking the `ct_run` command instead of using the `ts`