From 8db9fb7cc2f4fcf301a64929f5f5f52eb33838ec Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 8 Oct 2019 20:11:14 -0500 Subject: hscript: Amend comment --- hscript/script.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hscript') diff --git a/hscript/script.cc b/hscript/script.cc index 93d8cb4..c282f41 100644 --- a/hscript/script.cc +++ b/hscript/script.cc @@ -236,7 +236,7 @@ const Script *Script::load(std::istream &sstream, const ScriptOptions opts) { errors++; } - /* Ensure no required keys are missing. */ + /* Ensure all required keys are present. */ #define MISSING_ERROR(key) \ output_error("installfile:" + std::to_string(lineno),\ "expected value for key '" + key + "'",\ -- cgit v1.2.3-60-g2f50