Skip to content

Commit dd131ef

Browse files
authored
Merge pull request swiftlang#51 from stevapple/typo
Fix typo
2 parents 23ce3ce + b006979 commit dd131ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repository contains all the supporting files required for building
44
toolchain packages for the Swift toolchain for distribution.
55

66
This repository does not contain the actual contents of the toolchain. These
7-
files are used to contruct the packaged forms of the toolchain to layout the
7+
files are used to construct the packaged forms of the toolchain to layout the
88
toolchain properly on the destination system.
99

1010
## Organization
@@ -45,6 +45,7 @@ for the various platforms
4545
* Step 4. Deprecate swift.org Linux tarballs
4646

4747
### Package Info
48+
4849
* Package name: swiftlang
4950
* License: Apache 2.0
5051
* Maintainer: [email protected]
@@ -65,7 +66,7 @@ correct programs easier for the developer.
6566
### RPM Naming Convention:
6667

6768
Package naming convention: `swiftlang-<VERSION>-<RELEASE>.<DIST>.<ARCH>.rpm`
68-
Pakcage structure: `/repo/<OS>/releases/<OS_VERSION>/<ARCH>/`
69+
Package structure: `/repo/<OS>/releases/<OS_VERSION>/<ARCH>/`
6970
Repository configuration: `/repo/<OS>/releases/<OS_VERSION>/swiftlang.repo`
7071

7172

0 commit comments

Comments
 (0)