From 75d098aa16342e520e2cf2537cdfd7f02c2f3e97 Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Thu, 21 Nov 2019 19:10:39 +0000 Subject: [PATCH] Fix spelling errors --- nethack-launcher.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nethack-launcher.go b/nethack-launcher.go index 2bc51c0..dbf3a2d 100644 --- a/nethack-launcher.go +++ b/nethack-launcher.go @@ -643,7 +643,7 @@ func recoverSave(redisClient *redis.Client, username string) { fmt.Printf(" %s\n", config.NethackLauncher.ServerDisplay) println("") - println(" Recover utilty.") + println(" Recover utility.") println("") // check if dir is empty isEmpty, _ := checkDir(fmt.Sprintf("%s/user/%s/save/", config.NethackLauncher.HackDir, username)) @@ -654,7 +654,7 @@ func recoverSave(redisClient *redis.Client, username string) { println("") fmt.Printf(">> ") } else { - println(" Attempt to recovery statefile? (y/n)") + println(" Attempt to recover statefile? (y/n)") println("") fmt.Printf(">> ") }