Skip to content

Commit b1bcf62

Browse files
authored
Merge pull request #192 from desrosj/typo-fix
Fix a typo in HTTP error messages.
2 parents a1295e7 + d612377 commit b1bcf62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Package/Convey/Command/Pickle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ protected function fetchPackageJson()
6060
throw new \Exception("cannot find $this->name");
6161
} else {
6262
if ($status) {
63-
throw new \Exception("http error while loading informatio for $this->name: ".$status);
63+
throw new \Exception("http error while loading information for $this->name: ".$status);
6464
} else {
65-
throw new \Exception("http error while loading informatio for $this->name: unknown error");
65+
throw new \Exception("http error while loading information for $this->name: unknown error");
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)