summaryrefslogtreecommitdiff
path: root/hscript
diff options
context:
space:
mode:
Diffstat (limited to 'hscript')
-rw-r--r--hscript/script.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hscript/script.cc b/hscript/script.cc
index a07af15..a8101dc 100644
--- a/hscript/script.cc
+++ b/hscript/script.cc
@@ -93,7 +93,7 @@ struct Script::ScriptPrivate {
err_str += std::to_string(this->network->lineno());
if(errors) *errors += 1;
output_error("installfile:" + std::to_string(lineno),
- "'network' key has already been specified",
+ "duplicate value for key 'network'",
err_str);
return false;
}