From 7393f03acb869b7afced7692bbf86576cd3d669b Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Mon, 17 Sep 2012 00:18:30 -0700 Subject: [PATCH] Correct spelling --- planeteer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planeteer.go b/planeteer.go index c17496d..42a7236 100644 --- a/planeteer.go +++ b/planeteer.go @@ -807,7 +807,7 @@ func main() { best := FindBestState(data, dims, table, final_state) print("\n") if best == -1 { - print("Cannot acheive success criteria\n") + print("Cannot achieve success criteria\n") return } description := DescribePath(data, dims, table, best) -- 2.44.1