Typo fixes in comments

Correct spelling of words in source code comments.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
Aaron Lehmann 2016-02-10 16:26:29 -08:00
parent 2177a6a1bf
commit f77c82ebb3
9 changed files with 15 additions and 15 deletions

View file

@ -158,7 +158,7 @@ func (suite *DriverSuite) TestInvalidPaths(c *check.C) {
for _, filename := range invalidFiles {
err := suite.StorageDriver.PutContent(suite.ctx, filename, contents)
// only delete if file was succesfully written
// only delete if file was successfully written
if err == nil {
defer suite.deletePath(c, firstPart(filename))
}