mirror of
https://github.com/distribution/distribution.git
synced 2025-09-16 07:09:49 +00:00
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:
@@ -133,7 +133,7 @@ func (err InvalidOffsetError) Error() string {
|
||||
}
|
||||
|
||||
// Error is a catch-all error type which captures an error string and
|
||||
// the driver type on which it occured.
|
||||
// the driver type on which it occurred.
|
||||
type Error struct {
|
||||
DriverName string
|
||||
Enclosed error
|
||||
|
Reference in New Issue
Block a user