1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Fix typos

This commit is contained in:
Kian-Meng Ang
2022-05-29 13:16:01 +08:00
parent 75f1003bb3
commit 04b7bf0ac2
32 changed files with 41 additions and 41 deletions

View File

@@ -15,7 +15,7 @@ try:
from octodns_rackspace import RackspaceProvider
RackspaceProvider # pragma: no cover
except ModuleNotFoundError:
logger.exception('RackspaceProvider has been moved into a seperate '
logger.exception('RackspaceProvider has been moved into a separate '
'module, octodns_rackspace is now required. Provider '
'class should be updated to '
'octodns_rackspace.RackspaceProvider. See '