]> git.lyx.org Git - features.git/commitdiff
Fix typos in filetools.cpp.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 12 Oct 2020 22:33:05 +0000 (00:33 +0200)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 12 Oct 2020 22:33:05 +0000 (00:33 +0200)
src/support/filetools.cpp

index 8d48c8e9bd8361aa80be5c55e44415433b32d606..178d1f1dd453192b85a6c9764ef7a05fa6ba2b58 100644 (file)
@@ -1093,7 +1093,7 @@ cmd_ret const runCommand(string const & cmd)
 
        // (Claus Hentschel) Check if popen was successful ;-)
        if (!inf) {
 
        // (Claus Hentschel) Check if popen was successful ;-)
        if (!inf) {
-               lyxerr << "RunCommand:: could not start child process" << endl;
+               lyxerr << "RunCommand: could not start child process" << endl;
                return { false, string() };
        }
 
                return { false, string() };
        }
 
@@ -1125,7 +1125,7 @@ cmd_ret const runCommand(string const & cmd)
 #endif
 
        if (!valid)
 #endif
 
        if (!valid)
-               perror("RunCommand:: could not terminate child process");
+               perror("RunCommand: could not terminate child process");
 
        return { valid, result };
 }
 
        return { valid, result };
 }