From d42f014b6d6f83d43b0822ce3bbf9068bf5e1dea Mon Sep 17 00:00:00 2001 From: "james.k.crook@gmail.com" Date: Mon, 25 Apr 2011 17:41:52 +0000 Subject: [PATCH] Typos in comments. --- lib-src/mod-track-panel/ModTrackPanelCallback.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib-src/mod-track-panel/ModTrackPanelCallback.cpp b/lib-src/mod-track-panel/ModTrackPanelCallback.cpp index 612b72ab2..452d86886 100644 --- a/lib-src/mod-track-panel/ModTrackPanelCallback.cpp +++ b/lib-src/mod-track-panel/ModTrackPanelCallback.cpp @@ -13,7 +13,7 @@ \class ModTrackPanelCallback \brief ModTrackPanelCallback is a class containing all the callback -functions for the second generation ModTrackPanel. These functions are +functions for the second generation TrackPanel. These functions are added into the standard Audacity Project Menus. *//*****************************************************************//** @@ -21,7 +21,7 @@ added into the standard Audacity Project Menus. \class ModTrackPanelCommandFunctor \brief We create one of these functors for each menu item or command which we register with the Command Manager. These take the -click from the menu into the actaul function to be called. +click from the menu into the actual function to be called. *//********************************************************************/