From: Scott Worley Date: Mon, 17 Sep 2012 07:18:30 +0000 (-0700) Subject: Correct spelling X-Git-Url: http://git.scottworley.com/planeteer/commitdiff_plain/7393f03acb869b7afced7692bbf86576cd3d669b?hp=785c799cfb57b186acbf6a7bf6c4cbd2b038daeb Correct spelling --- 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)