]> git.lyx.org Git - lyx.git/blobdiff - src/vc-backend.C
ascii export of paragraphs, fix small compile problem.
[lyx.git] / src / vc-backend.C
index 23d36b25b61d83004d58a9d101507d7a9a7edeef..33a59362cdfbf822f9be69165d476dce404b8af2 100644 (file)
@@ -70,9 +70,9 @@ string const RCS::find_file(string const & file)
 }
 
 
-void RCS::retrive(string const & file)
+void RCS::retrieve(string const & file)
 {
-       lyxerr[Debug::LYXVC] << "LyXVC::RCS: retrive.\n\t" << file << endl;
+       lyxerr[Debug::LYXVC] << "LyXVC::RCS: retrieve.\n\t" << file << endl;
        VCS::doVCCommand("co -q -r \""
                         + file + "\"",
                         string());