Skip to content

Commit 0ec6fd8

Browse files
authored
Merge pull request opencontainers#369 from jonboulle/hacking
HACKING: fix minor typos
2 parents e74c6c7 + 1b7367d commit 0ec6fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HACKING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This guide contains instructions for building artifacts contained in this reposi
88

99
This spec includes several Go packages, and a command line tool considered to be a reference implementation of the OCI image specification.
1010

11-
Prerequsites:
11+
Prerequisites:
1212
* Go >=1.5
1313
* make
1414

@@ -91,7 +91,7 @@ $ make check-license
9191

9292
### Update vendored dependencies
9393

94-
This target updates all vendored depencies to their newest available versions. The `glide` tools is being used for the actual management and `glide-vc` tool is being used for stripping down the vendor directory size.
94+
This target updates all vendored dependencies to their newest available versions. The `glide` tools is being used for the actual management and `glide-vc` tool is being used for stripping down the vendor directory size.
9595

9696
Prerequisites:
9797
* [glide](https://github.com/Masterminds/glide)

0 commit comments

Comments
 (0)