]> git.scottworley.com Git - planeteer/blobdiff - planeteer.go
Correct spelling
[planeteer] / planeteer.go
index c17496de0f740897f5e79fa7c13cba3f05429952..42a7236811bda3d598b9c864b040489f10f06058 100644 (file)
@@ -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)