Skip to content

Commit 20c07ac

Browse files
authored
Fixed typos in error documentation comments (#3226)
1 parent 4520862 commit 20c07ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gems/aws-sdk-core/lib/aws-sdk-core/errors.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def initialize(*args)
6868
end
6969
end
7070

71-
# Rasied when endpoint discovery failed for operations
71+
# Raised when endpoint discovery failed for operations
7272
# that requires endpoints from endpoint discovery
7373
class EndpointDiscoveryError < RuntimeError
7474
def initialize(*args)
@@ -78,7 +78,7 @@ def initialize(*args)
7878
end
7979
end
8080

81-
# raised when hostLabel member is not provided
81+
# Raised when hostLabel member is not provided
8282
# at operation input when endpoint trait is available
8383
# with 'hostPrefix' requirement
8484
class MissingEndpointHostLabelValue < RuntimeError

gems/aws-sdk-core/lib/seahorse/client/networking_error.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def initialize(error)
3939

4040
end
4141

42-
# Rasied when trying to use an closed connection
42+
# Raised when trying to use an closed connection
4343
class Http2ConnectionClosedError < StandardError; end
4444
end
4545
end

0 commit comments

Comments
 (0)