X-Git-Url: http://git.scottworley.com/planeteer/blobdiff_plain/785c799cfb57b186acbf6a7bf6c4cbd2b038daeb..7393f03acb869b7afced7692bbf86576cd3d669b:/planeteer.go 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)