summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-06 09:09:02 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-06 09:09:20 +0200
commit486da1bbfc207345f4d17211050a7b4ddae105d7 (patch)
tree7af42902a88f54a760f7221e669698b98cf9a546
parentspec: Clarify event receive description (diff)
downloadrtems-central-486da1bbfc207345f4d17211050a7b4ddae105d7.tar.bz2
specdoc: Fix typo
-rw-r--r--rtemsspec/specdoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemsspec/specdoc.py b/rtemsspec/specdoc.py
index 79555038..1bf3be42 100644
--- a/rtemsspec/specdoc.py
+++ b/rtemsspec/specdoc.py
@@ -54,7 +54,7 @@ _MANDATORY_ATTRIBUTES = {
"Exactly one of the explicit attributes shall be specified.",
"none":
"None of the explicit attributes is mandatory, "
- "they are all are optional.",
+ "they are all optional.",
}
_SPEC_TYPE_PREFIX = "SpecType"