Fix spelling mistakes using codespell

This commit corrects various spelling mistakes throughout the
repository. The corrections were made automatically using `codespell`[1]
tool.

[1]: https://github.com/codespell-project/codespell

Change-Id: Ic4d797c59b78529fb2a0290d39d78f1734fb87d0
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
1 file changed
tree: 3d0eac6e52148ce44a201792bdb655f18927dc4c
  1. .shellcheck
  2. .travis.yml
  3. bootstrap.sh
  4. btbridged.c
  5. btbridged.service
  6. configure.ac
  7. LICENSE
  8. Makefile.am
  9. meson.build
  10. org.openbmc.HostIpmi.conf
  11. OWNERS
  12. README.md
README.md

To Build

To build this package, do the following steps:

    1. meson setup build
    2. meson compile -C build