From ea54d26111e1c3e2ba46809caa7f8a8aaaa93dbc Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Mon, 5 Jan 2009 18:43:22 +0000 Subject: [PATCH] *fixed typo * set copyright to Hans Baier for midi_clock_slave.cc git-svn-id: svn://localhost/ardour2/branches/3.0@4387 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/midi_clock_slave.cc | 2 +- libs/ardour/session_process.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ardour/midi_clock_slave.cc b/libs/ardour/midi_clock_slave.cc index b853ddcdf2..2f8ff9d291 100644 --- a/libs/ardour/midi_clock_slave.cc +++ b/libs/ardour/midi_clock_slave.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-4 Paul Davis + Copyright (C) 2008 Hans Baier This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc index 1f80f9b60a..08f614db07 100644 --- a/libs/ardour/session_process.cc +++ b/libs/ardour/session_process.cc @@ -50,7 +50,7 @@ using namespace std; void Session::process (nframes_t nframes) { - // This is no more the appriopriate place to call cycle + // This is no more the appropriate place to call cycle // start. cycle_start needs to be called at the Route::roll() // where the signals which we want to mixdown have been calculated. //