Skip to content

Commit e70f87b

Browse files
authored
Merge pull request DFHack#5555 from definability/fix/5554
Fix DFHack#5554: Typo in plugins/lua/sort/places.lua
2 parents da2821e + 46d8213 commit e70f87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/lua/sort/places.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ local zone_names = {
2121
[df.civzone_type.SandCollection] = 'Sand',
2222
[df.civzone_type.Office] = 'Office',
2323
[df.civzone_type.Dormitory] = 'Dormitory',
24-
[df.civzone_type.Barracks] = 'Barrachs',
24+
[df.civzone_type.Barracks] = 'Barracks',
2525
[df.civzone_type.ArcheryRange] = 'Archery Range',
2626
[df.civzone_type.Dump] = 'Garbage Dump',
2727
[df.civzone_type.AnimalTraining] = 'Animal Training',

0 commit comments

Comments
 (0)