layout: fix spelling of "northeast"

Fixes gio#45

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-10-21 01:04:19 +02:00
parent 5ef176af81
commit 32d51dd9e6
+1 -1
View File
@@ -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