File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const (
37
37
38
38
var qualifiedNameRegexp = regexp .MustCompile ("^" + qualifiedNameFmt + "$" )
39
39
40
- // IsQualifiedName tests whether the value passed is what IAM calls a
40
+ // IsQualifiedName tests whether the value passed is what seacraft calls a
41
41
// "qualified name". This is a format used in various places throughout the
42
42
// system. If the value is not valid, a list of error strings is returned.
43
43
// Otherwise an empty list (or nil) is returned.
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
// Package verflag defines utility functions to handle command line flags
16
- // related to version of IAM .
16
+ // related to version of seacraft .
17
17
package verflag
18
18
19
19
import (
You can’t perform that action at this time.
0 commit comments