diff --git a/layout/format.go b/layout/format.go index dc5e100f..ec106819 100644 --- a/layout/format.go +++ b/layout/format.go @@ -496,7 +496,7 @@ func dirFor(name string) (Direction, bool) { d = NW case "north": d = N - case "northeeast": + case "northeast": d = NE case "east": d = E