[rtems-docs commit] eng: Fix typo
Sebastian Huber
sebh at rtems.org
Tue Feb 25 11:43:33 UTC 2020
Module: rtems-docs
Branch: master
Commit: ca1a9e6677a8c1535ca800c5e0e691de7239d56f
Changeset: http://git.rtems.org/rtems-docs/commit/?id=ca1a9e6677a8c1535ca800c5e0e691de7239d56f
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Feb 25 12:43:07 2020 +0100
eng: Fix typo
---
eng/coding-file-hdr.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
More information about the vc
mailing list