From 0da58e95100b50d3abc0df7040963043485e76aa Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 4 Apr 2014 15:16:35 -0400 Subject: fix typo in comment --- libs/ardour/audiosource.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/audiosource.cc') diff --git a/libs/ardour/audiosource.cc b/libs/ardour/audiosource.cc index d0b6205cb2..c08cea962b 100644 --- a/libs/ardour/audiosource.cc +++ b/libs/ardour/audiosource.cc @@ -303,7 +303,7 @@ framecnt_t AudioSource::write (Sample *dst, framecnt_t cnt) { Glib::Threads::Mutex::Lock lm (_lock); - /* any write makes the fill not removable */ + /* any write makes the file not removable */ _flags = Flag (_flags & ~Removable); return write_unlocked (dst, cnt); } -- cgit v1.2.3