Fix some typos in comments and strings

Most of them were found and fixed by codespell.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Upstream-commit: 2eee613326fb59fd168849618d14a9054a40f9f5
Component: engine
This commit is contained in:
Stefan Weil
2016-02-22 20:22:20 +01:00
parent 5cbc7c5628
commit f62b97e499
15 changed files with 20 additions and 20 deletions

View File

@ -573,7 +573,7 @@ func determineDefaultFS() string {
return "xfs"
}
logrus.Warn("devmapper: XFS is not supported in your system. Either the kernel doesnt support it or mkfs.xfs is not in your PATH. Defaulting to ext4 filesystem")
logrus.Warn("devmapper: XFS is not supported in your system. Either the kernel doesn't support it or mkfs.xfs is not in your PATH. Defaulting to ext4 filesystem")
return "ext4"
}