Skip to content

Commit

Permalink
Merge pull request #218 from rustwasm/fix-typo
Browse files Browse the repository at this point in the history
fix(typo): s/pgk/pkg
  • Loading branch information
ashleygwilliams authored Jul 20, 2018
2 parents e601e70 + 37cd635 commit cc4016a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl Error {
}
Error::PkgNotFound {
message: _,
} => "Unable to find the 'pgk' directory at the path, set the path as the parent of the 'pkg' directory \n\n",
} => "Unable to find the 'pkg' directory at the path, set the path as the parent of the 'pkg' directory \n\n",
}.to_string()
}
}
Expand Down

0 comments on commit cc4016a

Please sign in to comment.