1
0
mirror of https://github.com/strongdm/comply synced 2024-09-28 22:30:59 +00:00

spelling: working

This commit is contained in:
Josh Soref 2019-11-01 15:30:48 -04:00
parent b8bb6fc9ac
commit 678134210a

View File

@ -38,7 +38,7 @@ func dockerPandoc(outputFilename string, errOutputCh chan error) {
pwd, err := os.Getwd()
if err != nil {
errOutputCh <- errors.Wrap(err, "unable to get workding directory")
errOutputCh <- errors.Wrap(err, "unable to get working directory")
return
}