mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 02:15:34 +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
|
d = NW
|
||||||
case "north":
|
case "north":
|
||||||
d = N
|
d = N
|
||||||
case "northeeast":
|
case "northeast":
|
||||||
d = NE
|
d = NE
|
||||||
case "east":
|
case "east":
|
||||||
d = E
|
d = E
|
||||||
|
|||||||
Reference in New Issue
Block a user