Spelling error in exception message in XpathUtils
Describe the bug
Spelling error in exception message.the static initialization block
Expected Behavior
Exception message to be spelled correctly
Current Behavior
```
static { try { speedUpDcoumentBuilderFactory(); } catch(Throwable t) { log.debug("Ingore failure in speeding up DocumentBuilderFactory", t); } try { speedUpDTMManager(); } catch(Throwable t) { log.debug("Ingore failure in speeding up DTMManager", t); } }
### Reproduction Steps
Turn on delogging
### Possible Solution
fix spelling
### Additional Information/Context
_No response_
### AWS Java SDK version used
1.12.482
### JDK version used
17
### Operating System and version
MacOS
@jmax01 thank you for reaching out.
Java SDK v1's source mainline is in our internal repository, what means we need to incorporate the changes internally first to be released here in github later.
The Java SDK team is focused in doing SDK v2 work, so we'll make this change when we have a minute.
@debora-ito I would like to contribute and work on the issue if no one else working on it. Please let know If I can work on it?
@mynkdsi1011 there's a PR for this already, check the issue timeline.
Fix was released. Closing.
This issue is now closed.
Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.