[codespell] Fixing Spelling Mistakes

This is the first in a series of commits to add support for codespell. This is continuning the process completed in ironic-python-agent.

Future Commits will add a Tox Target, CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame.

Change-Id: If840e35cb0217e76ad33d1c1819de28c4fb495d2
This commit is contained in:
Sharpz7 2024-01-29 18:59:07 +00:00
parent ffbb3ac2c0
commit 1b0d6429b7
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
features:
- Inspector service URL can now be fetched from the service catalog.
deprecations:
- Using default service URL of locahost:5050 is deprecated now. Either use
- Using default service URL of localhost:5050 is deprecated now. Either use
the service catalog or provide an explicit URL.