Spelling fixes

Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.

Change-Id: I7e7db9a0d49b59f998e68ea805fa806bac37de71
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
1 file changed
tree: 1bf21e4b6f9a7c3ac47dc42044dd80adce2c874c
  1. bootstrap.sh
  2. configure.ac
  3. inarp.c
  4. MAINTAINERS
  5. Makefile.am
  6. README.md
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.