Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/archive.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2017-01-03 19:46:39 +0300
committerGitHub <noreply@github.com>2017-01-03 19:46:39 +0300
commitcb9d25245f78609d8b3413263509774af12ea537 (patch)
tree9882413d2a98137b448a82af8aa61c327d1033ba
parent3b45b5ff47f2ebe4727042b837b7cf59d9dc3502 (diff)
parentf5c2acdaef7d7295a21ec95b7d153fcd3f2147d6 (diff)
Merge pull request #297 from wentasah/docs-fixes
docs: Fix few typos
-rw-r--r--docs/build.tex4
-rw-r--r--docs/working.tex4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/build.tex b/docs/build.tex
index 6e1539acf2..4207bd68fa 100644
--- a/docs/build.tex
+++ b/docs/build.tex
@@ -258,7 +258,7 @@ and abstracted to the point where you only need to specify a few variables.
\item \texttt{PKG\_SOURCE} \\
The filename of the original sources
\item \texttt{PKG\_SOURCE\_URL} \\
- Where to download the sources from (no trailing slash), you can add multiple download sources by separating them with a \\ and a carriage return.
+ Where to download the sources from (no trailing slash), you can add multiple download sources by separating them with a \textbackslash{} and a carriage return.
\item \texttt{PKG\_MD5SUM} \\
A checksum to validate the download
\item \texttt{PKG\_CAT} \\
@@ -269,7 +269,7 @@ and abstracted to the point where you only need to specify a few variables.
The \texttt{PKG\_*} variables define where to download the package from;
\texttt{@SF} is a special keyword for downloading packages from sourceforge. There is also
-another keyword of \texttt{@GNU} for grabbing GNU source releases. If any of the above mentionned download source fails, the OpenWrt mirrors will be used as source.
+another keyword of \texttt{@GNU} for grabbing GNU source releases. If any of the above mentioned download source fails, the OpenWrt mirrors will be used as source.
The md5sum (if present) is used to verify the package was downloaded correctly and
\texttt{PKG\_BUILD\_DIR} defines where to find the package after the sources are
diff --git a/docs/working.tex b/docs/working.tex
index 1959ffb8ce..03fabd5259 100644
--- a/docs/working.tex
+++ b/docs/working.tex
@@ -55,7 +55,7 @@ patches maintenance when migrating over new versions of the software.
Quilt intends to replace an old workflow, where you would download the new
source file, create an original copy of it, an a working copy, then try to
-apply by hand old patches and resolve conflicts manually. Additionnaly, using
+apply by hand old patches and resolve conflicts manually. Additionally, using
quilt allows you to update and fold patches into other patches easily.
Quilt is used by default to apply Linux kernel patches, but not for the other
@@ -95,7 +95,7 @@ patches in \texttt{build\_dir/linux-target/linux-2.6.x.y/patches/platform}.
\subsubsection{Using quilt with packages}
-As we mentionned earlier, quilt is enabled by default for kernel patches, but not for
+As we mentioned earlier, quilt is enabled by default for kernel patches, but not for
packages. If you want to use quilt in the same way, you should set the QUILT environment
variable to 1, e.g: