diff --git a/libs/audiographer/audiographer/sndfile/sndfile_writer.h b/libs/audiographer/audiographer/sndfile/sndfile_writer.h index b106eba6a8..b03f08eb80 100644 --- a/libs/audiographer/audiographer/sndfile/sndfile_writer.h +++ b/libs/audiographer/audiographer/sndfile/sndfile_writer.h @@ -86,7 +86,7 @@ class SndfileWriter { if (SF_ERR_NO_ERROR != SndfileHandle::error ()) { throw Exception (*this, boost::str (boost::format - ("Could create output file (%1%)") % path)); + ("Could not create output file (%1%)") % path)); } samples_written = 0; add_supported_flag (ProcessContext::EndOfInput);