summaryrefslogtreecommitdiffstats
path: root/eng/coding-file-hdr.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-25 12:43:07 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-25 12:43:18 +0100
commitca1a9e6677a8c1535ca800c5e0e691de7239d56f (patch)
tree8f7087a0381d52b0a9932fe9e22637b4d5a17e02 /eng/coding-file-hdr.rst
parentc-user: Obsolete CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE (diff)
downloadrtems-docs-ca1a9e6677a8c1535ca800c5e0e691de7239d56f.tar.bz2
eng: Fix typo
Diffstat (limited to '')
-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.