[rtems-central commit] specdoc: Fix typo
Sebastian Huber
sebh at rtems.org
Thu Aug 6 07:12:26 UTC 2020
Module: rtems-central
Branch: master
Commit: 486da1bbfc207345f4d17211050a7b4ddae105d7
Changeset: http://git.rtems.org/rtems-central/commit/?id=486da1bbfc207345f4d17211050a7b4ddae105d7
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Aug 6 09:09:02 2020 +0200
specdoc: Fix typo
---
rtemsspec/specdoc.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rtemsspec/specdoc.py b/rtemsspec/specdoc.py
index 7955503..1bf3be4 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"
More information about the vc
mailing list