Skip to content

Commit 5a809ef

Browse files
fanquaketheuni
authored andcommitted
depends: fix typos
1 parent bd2b73b commit 5a809ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

depends/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ There are several features that make it different from most similar systems:
77

88
In theory, binaries for any target OS/architecture can be created, from a
99
builder running any OS/architecture. In practice, build-side tools must be
10-
specified when the defaults don't fit, and packages must be ammended to work
10+
specified when the defaults don't fit, and packages must be amended to work
1111
on new hosts. For now, a build architecture of x86_64 is assumed, either on
1212
Linux or OSX.
1313

depends/funcs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ endef
205205
# These functions create the build targets for each package. They must be
206206
# broken down into small steps so that each part is done for all packages
207207
# before moving on to the next step. Otherwise, a package's info
208-
# (build-id for example) would only be avilable to another package if it
208+
# (build-id for example) would only be available to another package if it
209209
# happened to be computed already.
210210

211211
#set the type for host/build packages.

0 commit comments

Comments
 (0)