Skip to content

Commit

Permalink
fix: Correct module name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca committed Dec 12, 2024
1 parent df92a5d commit 18d5925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galacticusInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ modulesAtLevel[$iPackage]=0

# Text::Levenshtein
iPackage=$(expr $iPackage + 1)
modules[$iPackage]="Text::Levenshetin"
modules[$iPackage]="Text::Levenshtein"
modulesAtLevel[$iPackage]=0
modulesForce[$iPackage]=0
modulesYum[$iPackage]="null"
Expand Down

0 comments on commit 18d5925

Please sign in to comment.