Skip to content

Commit bf93dca

Browse files
authored
Merge pull request #2784 from Alex-Jordan/unabled
typo
2 parents 4eb3202 + 06c04ce commit bf93dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WeBWorK/ConfigValues.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ sub getConfigValues ($ce) {
11581158
# Get the list of all site hardcopy theme files.
11591159
my $hardcopyThemesSite =
11601160
eval { path($ce->{webworkDirs}{hardcopyThemes})->list->grep(qr/\.xml$/)->map('basename')->sort };
1161-
die "Unabled to list files in $ce->{webworkDirs}{hardcopyThemes}: $@" if $@;
1161+
die "Unable to list files in $ce->{webworkDirs}{hardcopyThemes}: $@" if $@;
11621162

11631163
my $hardcopyThemesCourse = eval {
11641164
path($ce->{courseDirs}{hardcopyThemes})->list->grep(sub {

0 commit comments

Comments
 (0)