mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
layout: fix spelling of "northeast"
Fixes gio#45 Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user