Browse Source

Fixed a typo in a comment

tags/2021-05-28
jules 8 years ago
parent
commit
b8d1183f78
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/xml/juce_XmlElement.h

+ 1
- 1
modules/juce_core/xml/juce_XmlElement.h View File

@@ -654,7 +654,7 @@ public:
//==============================================================================
/** Returns true if this element is a section of text.
Elements can either be an XML tag element or a secton of text, so this
Elements can either be an XML tag element or a section of text, so this
is used to find out what kind of element this one is.
@see getAllText, addTextElement, deleteAllTextElements


Loading…
Cancel
Save