Skip to content

Commit

Permalink
spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
imcdo committed Jun 3, 2022
1 parent 2809898 commit 5bfb59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ducktape/cluster/linux_remoteaccount.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def local(self):
@deprecated
def fetch_externally_routable_ip(self, is_aws=None):
if is_aws is not None:
self.logger.warning("fetch_externally_routable_ip: is_aws is a depricated flag, and does nothing")
self.logger.warning("fetch_externally_routable_ip: is_aws is a deprecated flag, and does nothing")

devices = [
device
Expand Down

0 comments on commit 5bfb59c

Please sign in to comment.