Skip to content

Commit

Permalink
Fix enum typos from inteneral->internal, closes #1067.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Jan 26, 2022
1 parent 2ea50ef commit 34dde70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/metaschema/oscal_component_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
</allowed-values>

<allowed-values target="prop[@name='implementation-point']/@value">
<enum value="inteneral">The component is implemented within the system boundary.</enum>
<enum value="internal">The component is implemented within the system boundary.</enum>
<enum value="external">The component is implemented outside the system boundary.</enum>
</allowed-values>
<!-- ========================================================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion src/metaschema/oscal_implementation-common_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</allowed-values>

<allowed-values target="prop[@name='implementation-point']/@value">
<enum value="inteneral">The component is implemented within the system boundary.</enum>
<enum value="internal">The component is implemented within the system boundary.</enum>
<enum value="external">The component is implemented outside the system boundary.</enum>
</allowed-values>

Expand Down

0 comments on commit 34dde70

Please sign in to comment.