Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HMI_API.xml Dimension description typos #3866

Closed
theresalech opened this issue Feb 23, 2022 · 1 comment
Closed

HMI_API.xml Dimension description typos #3866

theresalech opened this issue Feb 23, 2022 · 1 comment
Assignees
Projects

Comments

@theresalech
Copy link
Contributor

Bug Report

"Latitude" is spelled incorrectly in the descriptions for elements within the Dimension enum, here: https://github.com/smartdevicelink/sdl_core/blob/master/src/components/interfaces/HMI_API.xml#L1175.

Expected Behavior
<enum name="Dimension">
  <description>The supported dimensions of the GPS</description>
  <element name="NO_FIX" internal_name="Dimension_NO_FIX">
    <description>No GPS at all</description>
  </element>
  <element name="2D" internal_name="Dimension_2D">
    <description>Longitude and latitude</description>
  </element>
  <element name="3D" internal_name="Dimension_3D">
    <description>Longitude and latitude and altitude</description>
  </element>
</enum>
Observed Behavior
<enum name="Dimension">
  <description>The supported dimensions of the GPS</description>
  <element name="NO_FIX" internal_name="Dimension_NO_FIX">
    <description>No GPS at all</description>
  </element>
  <element name="2D" internal_name="Dimension_2D">
    <description>Longitude and lattitude</description>
  </element>
  <element name="3D" internal_name="Dimension_3D">
    <description>Longitude and lattitude and altitude</description>
  </element>
</enum>
@jacobkeeler
Copy link
Contributor

Closed via #3867

@theresalech theresalech added this to Features in 8.1.0 via automation Feb 28, 2022
@theresalech theresalech moved this from Features to Completed Bug Fixes/ Enhancements in 8.1.0 Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
8.1.0
Completed Bug Fixes/ Enhancements
Development

No branches or pull requests

2 participants