docs: fix typos (#25085)

This commit is contained in:
maksneprik
2025-08-04 14:21:27 +00:00
committed by GitHub
parent 944a3bca90
commit d458d9eae5
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
)
// Upgrade reads the configuration file at configPath and applies any
// transformations necessary to Upgrade it to the current version. If this
// transformations necessary to upgrade it to the current version. If this
// succeeds, the transformed output is written to outputPath. As a special
// case, if outputPath == "" the output is written to stdout.
//
+1 -1
View File
@@ -160,7 +160,7 @@ type BufferedPipe struct {
// buffer is the channel used to communicate buffer contents.
buffer chan []byte
// stated is true if this BufferedPipe has been started.
// started is true if this BufferedPipe has been started.
started bool
}