From 496516fd1a63f348fbffd366b224fda8e98f4386 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 6 Jan 2020 10:54:13 +0000 Subject: [PATCH] Fixed a couple of typos in the ComboBox documentation --- modules/juce_gui_basics/widgets/juce_ComboBox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/juce_gui_basics/widgets/juce_ComboBox.h b/modules/juce_gui_basics/widgets/juce_ComboBox.h index 043eb126ab..05876a7cca 100644 --- a/modules/juce_gui_basics/widgets/juce_ComboBox.h +++ b/modules/juce_gui_basics/widgets/juce_ComboBox.h @@ -240,8 +240,8 @@ public: The text passed-in will be set as the current text regardless of whether it is one of the items in the list. If the current text isn't one of the - items, then getSelectedId() will return 0, otherwise it wil return - the approriate ID. + items, then getSelectedId() will return 0, otherwise it will return + the appropriate ID. @param newText the text to select @param notification determines the type of change notification that will