Fix misspelling of a label in XRC docs and example

It was spelt in 2 different ways, neither of which was actually correct.
This commit is contained in:
Vadim Zeitlin
2018-01-11 01:03:01 +01:00
parent 52635cfc10
commit bc2c9ce2a3
2 changed files with 2 additions and 2 deletions

View File

@@ -1611,7 +1611,7 @@ Example:
<item tooltip="E=mc^2">Energy 98.3</item>
<item helptext="Favourite chukcha's radio">CHUM FM</item>
<item>92FM</item>
<item hidden="1">Very quit station</item>
<item hidden="1">Very quiet station</item>
</content>
</object>
@endcode