From 06c04ce5935e3a0cfdcada378ac49b435ddb3cf0 Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Tue, 12 Aug 2025 12:56:17 -0700 Subject: [PATCH] typo --- lib/WeBWorK/ConfigValues.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {