From cb4ae53ff742b8e62349098525e37975f5836959 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 20 Oct 2011 11:44:04 +0000 Subject: [PATCH] fix minor typo git-svn-id: svn://localhost/ardour2/branches/3.0@10249 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/surfaces/osc/osc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/osc/osc.h b/libs/surfaces/osc/osc.h index 4da22cf9e4..c09792ec64 100644 --- a/libs/surfaces/osc/osc.h +++ b/libs/surfaces/osc/osc.h @@ -46,7 +46,7 @@ class Route; /* this is mostly a placeholder because I suspect that at some point we will want to add more members to accomodate - certain types of requests to the MIDI UI + certain types of requests to the OSC UI */ struct OSCUIRequest : public BaseUI::BaseRequestObject {