From 1075f151825dd53e626a4efd26778c3e4de5bc35 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sun, 24 May 2020 12:38:20 -0400 Subject: [PATCH] Fix a comment --- src/prefs/PrefsDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prefs/PrefsDialog.cpp b/src/prefs/PrefsDialog.cpp index d489242a2..3e88da9e4 100644 --- a/src/prefs/PrefsDialog.cpp +++ b/src/prefs/PrefsDialog.cpp @@ -370,7 +370,7 @@ wxAccStatus TreeCtrlAx::Select(int childId, wxAccSelectionFlags selectFlags) #endif -// PrefsPanel might move out into its own file in due ocurse. +// PrefsPanel might move out into its own file in due course. PluginPath PrefsPanel::GetPath(){ return BUILTIN_PREFS_PANEL_PREFIX + GetSymbol().Internal(); } VendorSymbol PrefsPanel::GetVendor(){ return XO("Audacity");} wxString PrefsPanel::GetVersion(){ return AUDACITY_VERSION_STRING;}