summaryrefslogtreecommitdiffstats
path: root/src/filedef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/filedef.cpp')
-rw-r--r--src/filedef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filedef.cpp b/src/filedef.cpp
index d963688..786fcf1 100644
--- a/src/filedef.cpp
+++ b/src/filedef.cpp
@@ -1464,7 +1464,7 @@ void FileDef::acquireFileVersion()
FILE *f=portable_popen(cmd,"r");
if (!f)
{
- err("Error: could not execute %s\n",vercmd.data());
+ err("error: could not execute %s\n",vercmd.data());
return;
}
const int bufSize=1024;