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. //