Skip to content

Commit a3ac2c3

Browse files
authored
Merge pull request #3 from seacraft/dev
Dev
2 parents c172a34 + 6a1fbd3 commit a3ac2c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/validation/generic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const (
3737

3838
var qualifiedNameRegexp = regexp.MustCompile("^" + qualifiedNameFmt + "$")
3939

40-
// IsQualifiedName tests whether the value passed is what IAM calls a
40+
// IsQualifiedName tests whether the value passed is what seacraft calls a
4141
// "qualified name". This is a format used in various places throughout the
4242
// system. If the value is not valid, a list of error strings is returned.
4343
// Otherwise an empty list (or nil) is returned.

pkg/version/verflag/verflag.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// limitations under the License.
1414

1515
// Package verflag defines utility functions to handle command line flags
16-
// related to version of IAM.
16+
// related to version of seacraft.
1717
package verflag
1818

1919
import (

0 commit comments

Comments
 (0)