summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eng/coding-file-hdr.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/coding-file-hdr.rst b/eng/coding-file-hdr.rst
index 6261b49..f67a199 100644
--- a/eng/coding-file-hdr.rst
+++ b/eng/coding-file-hdr.rst
@@ -7,7 +7,7 @@ File Templates
==============
Every source code file shall have a copyright and license block. Corresponding
-to the licence, every file shall have an
+to the license, every file shall have an
`SPDX License Identifier <https://spdx.org/ids-how>`_ in the first possible line
of the file. C/C++ files should have a Doxygen file comment block.