spelling corrections from Jaromír Mikeš <mira.mikes@seznam.cz>
[ardour.git] / libs / ardour / file_source.cc
index 726b223273e9d298465040552d9cea1b63f77ad1..8b503d4894d4d207c02fa6db42d5ee718f605a80 100644 (file)
@@ -433,7 +433,7 @@ FileSource::find_2X (Session& s, DataType type, const string& path, bool must_ex
                if (cnt > 1) {
 
                        error << string_compose (
-                                       _("FileSource: \"%1\" is ambigous when searching\n\t"), pathstr) << endmsg;
+                                       _("FileSource: \"%1\" is ambiguous when searching\n\t"), pathstr) << endmsg;
                        goto out;
 
                } else if (cnt == 0) {