]> git.scottworley.com Git - planeteer/commitdiff
Correct spelling
authorScott Worley <sworley@chkno.net>
Mon, 17 Sep 2012 07:18:30 +0000 (00:18 -0700)
committerScott Worley <sworley@chkno.net>
Mon, 17 Sep 2012 07:18:30 +0000 (00:18 -0700)
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)