From d8b9b68ee597ca9e90abfbdb015a6aacfd9bcba5 Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Fri, 17 Jul 2020 15:34:50 +0100 Subject: [PATCH] fix typo --- AlertConfig.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AlertConfig.plist b/AlertConfig.plist index a7f7c46..c7c2ec0 100644 --- a/AlertConfig.plist +++ b/AlertConfig.plist @@ -5,7 +5,7 @@ Debug = NO; /* Defaults ... do not log email alerts sent */ Quiet = NO; /* Defaults ... suppress logging of alarms */ - /* If we wish to extend/oeverride the function of the EcAlerter class in + /* If we wish to extend/override the function of the EcAlerter class in * handling alerts, we may do so by specifying the name of a subclass of * EcAlerter. The Control server used will attempt to find a bundle with * that name, and load it to obtain the class to use in place of EcAlerter.