From 7a8b0adb6d91c6e9d114dc41c138959bf1b08aad Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 1 Jan 2023 14:30:08 -0500 Subject: [PATCH] spelling: overridden Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- sanoid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanoid b/sanoid index 81a7eac..4dd1937 100755 --- a/sanoid +++ b/sanoid @@ -889,7 +889,7 @@ sub init { # for sections directly when they've already been defined recursively, without starting them over from scratch. if (! defined ($config{$section}{'initialized'})) { if ($args{'debug'}) { print "DEBUG: initializing \$config\{$section\} with default values from $default_conf_file.\n"; } - # set default values from %defaults, which can then be overriden by template + # set default values from %defaults, which can then be overridden by template # and/or local settings within the module. foreach my $key (keys %{$defaults{'template_default'}}) { if (! ($key =~ /template|recursive|children_only/)) {