From 8fad3651a0588edcddf262aed43149ee6a47ad6a Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sat, 11 Apr 2020 10:26:49 -0400 Subject: [PATCH] More corrections in comments --- src/effects/lv2/lv2_external_ui.h | 2 +- src/import/Import.cpp | 2 +- src/toolbars/SelectionBar.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/effects/lv2/lv2_external_ui.h b/src/effects/lv2/lv2_external_ui.h index cdf012861..de2f4336d 100755 --- a/src/effects/lv2/lv2_external_ui.h +++ b/src/effects/lv2/lv2_external_ui.h @@ -40,7 +40,7 @@ extern "C" { */ typedef struct _LV2_External_UI_Widget { /** - * Host calls this function regularily. UI library implementing the + * Host calls this function regularly. UI library implementing the * callback may do IPC or redraw the UI. * * @param _this_ the UI context diff --git a/src/import/Import.cpp b/src/import/Import.cpp index 9dcf8d832..90af716e4 100644 --- a/src/import/Import.cpp +++ b/src/import/Import.cpp @@ -27,7 +27,7 @@ It's defined in Import.h *//***************************************************************//** \class Importer -\brief Class which actualy imports the auido, using functions defined +\brief Class which actually imports the auido, using functions defined in ImportPCM.cpp, ImportMP3.cpp, ImportOGG.cpp, ImportRawData.cpp, and ImportLOF.cpp. diff --git a/src/toolbars/SelectionBar.cpp b/src/toolbars/SelectionBar.cpp index 606d73ab3..d8ee0183d 100644 --- a/src/toolbars/SelectionBar.cpp +++ b/src/toolbars/SelectionBar.cpp @@ -246,7 +246,7 @@ void SelectionBar::Populate() mainSizer->Add(mChoice, 0, wxALIGN_TOP | wxEXPAND | wxRIGHT, 6); } - // Button row, (mostly time controls) + // Bottom row, (mostly time controls) mRateBox = safenew wxComboBox(this, RateID, wxT(""), wxDefaultPosition, wxSize(80, -1));