From d1b80b462eaa74a8640cf132c21f74e4f924052a Mon Sep 17 00:00:00 2001 From: Abdou-31 Date: Wed, 9 Nov 2022 17:57:19 +0100 Subject: Fix typos and en_US/en_GB inconsistency in various files (#12902) --- src/content/mod_configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content') diff --git a/src/content/mod_configuration.h b/src/content/mod_configuration.h index cd825da23..e945a785a 100644 --- a/src/content/mod_configuration.h +++ b/src/content/mod_configuration.h @@ -33,7 +33,7 @@ class ModConfiguration { public: /** - * @returns true if all dependencies are fullfilled. + * @returns true if all dependencies are fulfilled. */ inline bool isConsistent() const { return m_unsatisfied_mods.empty(); } -- cgit v1.2.3