diff --git a/lib/WeBWorK/ConfigValues.pm b/lib/WeBWorK/ConfigValues.pm index 411be4426c..1d01e5ad3a 100644 --- a/lib/WeBWorK/ConfigValues.pm +++ b/lib/WeBWorK/ConfigValues.pm @@ -1158,7 +1158,7 @@ sub getConfigValues ($ce) { # Get the list of all site hardcopy theme files. my $hardcopyThemesSite = eval { path($ce->{webworkDirs}{hardcopyThemes})->list->grep(qr/\.xml$/)->map('basename')->sort }; - die "Unabled to list files in $ce->{webworkDirs}{hardcopyThemes}: $@" if $@; + die "Unable to list files in $ce->{webworkDirs}{hardcopyThemes}: $@" if $@; my $hardcopyThemesCourse = eval { path($ce->{courseDirs}{hardcopyThemes})->list->grep(sub {