mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Fix typos found across repository
Signed-off-by: Justas Brazauskas <brazauskasjustas@gmail.com>
This commit is contained in:
@@ -29,8 +29,8 @@ func (vi *VersionInfo) isValid() bool {
|
||||
//
|
||||
// Each VersionInfo will be converted to a string in the format of
|
||||
// "product/version", where the "product" is get from the name field, while
|
||||
// version is get from the version field. Several pieces of verson information
|
||||
// will be concatinated and separated by space.
|
||||
// version is get from the version field. Several pieces of version information
|
||||
// will be concatenated and separated by space.
|
||||
//
|
||||
// Example:
|
||||
// AppendVersions("base", VersionInfo{"foo", "1.0"}, VersionInfo{"bar", "2.0"})
|
||||
|
||||
Reference in New Issue
Block a user