From c435bb4011ecc74b22107b2cf3a44f85ef1c946d Mon Sep 17 00:00:00 2001 From: Leigh Marble Date: Sun, 9 Jan 2022 09:44:02 -0800 Subject: [PATCH] Update juce_PropertySet.h Typo fix --- modules/juce_core/containers/juce_PropertySet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/containers/juce_PropertySet.h b/modules/juce_core/containers/juce_PropertySet.h index 9fd9d222d7..27951cad19 100644 --- a/modules/juce_core/containers/juce_PropertySet.h +++ b/modules/juce_core/containers/juce_PropertySet.h @@ -170,7 +170,7 @@ public: void restoreFromXml (const XmlElement& xml); //============================================================================== - /** Sets up a second PopertySet that will be used to look up any values that aren't + /** Sets up a second PropertySet that will be used to look up any values that aren't set in this one. If you set this up to be a pointer to a second property set, then whenever one