]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.C
outstanding changes
[lyx.git] / src / lyxfunc.C
index 534d64e73741eb2413992bc5d8acbe4505d406c6..dc14ba0c65e1cc5f31840ad2f5ff93cbcc8a675e 100644 (file)
@@ -938,8 +938,6 @@ string const LyXFunc::dispatch(int ac,
                }
        }
 
-       lyx::Assert(action != LFUN_SELECT_FILE_SYNC);
-
        switch (action) {
                
        case LFUN_ESCAPE:
@@ -1892,7 +1890,7 @@ void LyXFunc::open(string const & fname)
                owner->message(str.str().c_str());
        } else {
                ostringstream str;
-               str << _("Could not open docuent") << ' ' << disp_fn;
+               str << _("Could not open document") << ' ' << disp_fn;
                owner->message(str.str().c_str());
        }
 }