diff --git a/src/quickaddons/managedconfigmodule.h b/src/quickaddons/managedconfigmodule.h --- a/src/quickaddons/managedconfigmodule.h +++ b/src/quickaddons/managedconfigmodule.h @@ -199,16 +199,16 @@ /** * Allows to indicate if the module requires saving. * - * By default this returns false, it needs to be overriden only + * By default this returns false, it needs to be overridden only * if the module has state outside of the settings declared in * the KConfigXT classes it uses. */ virtual bool isSaveNeeded() const; /** * Allows to indicate if the module state is representing its defaults. * - * By default this returns true, it needs to be overriden only + * By default this returns true, it needs to be overridden only * if the module has state outside of the settings declared in * the KConfigXT classes it uses. */