fix: typo (#332)

This commit is contained in:
guangwu
2023-10-17 16:20:57 +08:00
committed by GitHub
parent a3695e3e6a
commit 73542f9efe
+1 -1
View File
@@ -186,6 +186,6 @@ func saveRoutes(rtspURLs []string) {
disgo.StartStep("Writing new dictionary file")
err := ioutil.WriteFile("dictionaries/routes", []byte(contents), 0644)
if err != nil {
disgo.FailStepf("unable to write dictionnary: %v", err)
disgo.FailStepf("unable to write dictionary: %v", err)
}
}