From 32d51dd9e683971a06402346ead00e9c37ebfa37 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 21 Oct 2019 01:04:19 +0200 Subject: [PATCH] layout: fix spelling of "northeast" Fixes gio#45 Signed-off-by: Elias Naur --- layout/format.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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