Typo in awscli/customizations/emr/emrfsutils.py
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
Confirm by changing [ ] to [x] below to ensure that it's a bug:
- [x] I've gone though the [User Guide](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html) and the [API reference](https://docs.aws.amazon.com/cli/latest/reference/)
- [x] I've searched for [previous similar issues](https://github.com/aws/aws-cli/issues) and didn't find any solution
**Describe the bug**
There is a typo in `awscli/customizations/emr/emrfsutils.py`:
```python
def build_emrfs_confiuration(emrfs_args):
```
IIUC that should be _configuration_, not _confiuration_.
The same typo is propagated in `awscli/customizations/emr/createcluster.py`:
```python
emrfs_configuration = emrfsutils.build_emrfs_confiuration(
```
**SDK version number**
**Platform/OS/Hardware/Device**
What are you running the cli on?
**To Reproduce (observed behavior)**
Steps to reproduce the behavior
**Expected behavior**
A clear and concise description of what you expected to happen.
**Logs/output**
Get full traceback and error logs by adding `--debug` to the command.
**Additional context**
Add any other context about the problem here.
Contributor guide
Assessment
This issue has not been assessed yet.