]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.cpp
PDF-form.lyx: add a note
[lyx.git] / src / VCBackend.cpp
index f799587177d719ce57717cb8de1fa43c2aab6fbb..06fa0dfcf153b20e9e95344408b3bb74deb8916c 100644 (file)
@@ -58,7 +58,7 @@ int VCS::doVCCommand(string const & cmd, FileName const & path, bool reportError
                owner_->setBusy(false);
        if (ret && reportError)
                frontend::Alert::error(_("Revision control error."),
-                       bformat(_("Some problem occured while running the command:\n"
+                       bformat(_("Some problem occurred while running the command:\n"
                                  "'%1$s'."),
                        from_utf8(cmd)));
        return ret;