docs: fix spelling issues (#25009)

This commit is contained in:
bigbear
2025-07-25 18:02:07 +00:00
committed by GitHub
parent da4517a951
commit ca0c177bca
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -583,7 +583,7 @@ func startTestnet(cmd *cobra.Command, args startArgs) error {
baseDir := fmt.Sprintf("%s/%s", args.outputDir, networkConfig.ChainID)
if _, err := os.Stat(baseDir); !os.IsNotExist(err) {
return fmt.Errorf(
"testnests directory already exists for chain-id '%s': %s, please remove or select a new --chain-id",
"testnets directory already exists for chain-id '%s': %s, please remove or select a new --chain-id",
networkConfig.ChainID, baseDir)
}