Skip to content

Commit 20bbef8

Browse files
committed
fixed typo: specifing => specifying
1 parent fbaf868 commit 20bbef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (d *Driver) SetConfigFromFlags(opts drivers.DriverOptions) error {
129129
func (d *Driver) PreCreateCheck() error {
130130
if d.IsExistingKey {
131131
if d.originalKey == "" {
132-
return errors.New("specifing an existing key ID requires the existing key path to be set as well")
132+
return errors.New("specifying an existing key ID requires the existing key path to be set as well")
133133
}
134134

135135
key, err := d.getKey()

0 commit comments

Comments
 (0)