[FE training-materials-updates] slides/buildroot: minor typo fixes

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon May 25 13:28:43 CEST 2015


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=b334b54b4fc972411f6adbb6d3d3f83020507363

>---------------------------------------------------------------

commit b334b54b4fc972411f6adbb6d3d3f83020507363
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Mon May 25 12:56:07 2015 +0200

    slides/buildroot: minor typo fixes
    
    All typos reported by Thomas De Schampheleire, round 1.
    
    Reported-by: Thomas De Schampheleire <patrickdepinguin at gmail.com>
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


>---------------------------------------------------------------

b334b54b4fc972411f6adbb6d3d3f83020507363
 .../buildroot-advanced-packages/buildroot-advanced-packages.tex   | 8 ++++----
 slides/buildroot-advanced/buildroot-advanced.tex                  | 2 +-
 slides/buildroot-internals/buildroot-internals.tex                | 4 ++--
 .../buildroot-support-contribution.tex                            | 8 ++++----
 slides/buildroot-whats-new/buildroot-whats-new.tex                | 4 ++--
 5 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex b/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex
index d08577c..3a3656a 100644
--- a/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex
+++ b/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex
@@ -126,7 +126,7 @@ OWL_LINUX_REDISTRIBUTE = NO
   \begin{itemize}
   \item Overall the patches are applied in this order:
     \begin{enumerate}
-    \item Patches mentionned in the \code{<pkg>_PATCH} variable of the
+    \item Patches mentioned in the \code{<pkg>_PATCH} variable of the
       package \code{.mk} file. They are automatically downloaded
       before being applied.
     \item Patches present in the package directory
@@ -342,7 +342,7 @@ endef
 
 \end{frame}
 
-\begin{frame}[fragile]{File permissions and owernship}
+\begin{frame}[fragile]{File permissions and ownership}
 
 \begin{itemize}
 
@@ -370,7 +370,7 @@ endef
 
 \end{frame}
 
-\begin{frame}[fragile]{File permissions and owership: examples}
+\begin{frame}[fragile]{File permissions and ownership: examples}
 
   \begin{itemize}
   \item \code{sudo} needs to be installed {\em setuid root}:
@@ -399,7 +399,7 @@ endef
 
 \begin{frame}[fragile]{Devices}
   \begin{itemize}
-  \item Definining devices only applies when the chosen \code{/dev}
+  \item Defining devices only applies when the chosen \code{/dev}
     management strategy is {\em Static using a device table}. In other
     cases, {\em device files} are created dynamically.
   \item A default set of {\em device files} is described in
diff --git a/slides/buildroot-advanced/buildroot-advanced.tex b/slides/buildroot-advanced/buildroot-advanced.tex
index 6b909a3..ea66037 100644
--- a/slides/buildroot-advanced/buildroot-advanced.tex
+++ b/slides/buildroot-advanced/buildroot-advanced.tex
@@ -322,7 +322,7 @@ $ make clean all
     \item Need to do a full rebuild to get the new result. Advice: do
       it only when really needed.
     \end{itemize}
-  \item If you change the sub-options of a package that had already
+  \item If you change the sub-options of a package that has already
     been built, and run \code{make}
     \begin{itemize}
     \item Nothing happens.
diff --git a/slides/buildroot-internals/buildroot-internals.tex b/slides/buildroot-internals/buildroot-internals.tex
index 05651f9..9396acf 100644
--- a/slides/buildroot-internals/buildroot-internals.tex
+++ b/slides/buildroot-internals/buildroot-internals.tex
@@ -484,7 +484,7 @@ $$($(2)_TARGET_SOURCE): | dependencies
   \end{block}
 
   \begin{itemize}
-  \item All package have in their dependencies three targets:
+  \item All packages have three targets in their dependencies:
     \begin{itemize}
     \item \code{dirs}: creates the main directories (\code{BUILD_DIR},
       \code{TARGET_DIR}, \code{HOST_DIR}, etc.). As part of creating
@@ -532,7 +532,7 @@ $(1)-reconfigure:       $(1)-clean-for-reconfigure $(1)
   \begin{itemize}
   \item The \code{generic-package} infrastructure is fine for packages
     having a {\bf custom} build system
-  \item For packages having {\bf well-known build system}, we want
+  \item For packages using a {\bf well-known build system}, we want
     to factorize more logic
   \item Specialized {\bf package infrastructures} were created to
     handle these packages, and reduce the amount of duplication
diff --git a/slides/buildroot-support-contribution/buildroot-support-contribution.tex b/slides/buildroot-support-contribution/buildroot-support-contribution.tex
index d2b1cbd..268bb53 100644
--- a/slides/buildroot-support-contribution/buildroot-support-contribution.tex
+++ b/slides/buildroot-support-contribution/buildroot-support-contribution.tex
@@ -102,8 +102,8 @@
 \begin{frame}{Patchwork}
   \begin{itemize}
   \item Tool that records all patches sent on the mailing list
-  \item Allows the community which patches need review/testing, and
-    the maintainers which patches can be applied.
+  \item Allows the community to see which patches need review/testing,
+    and the maintainers which patches can be applied.
   \item Everyone can create an account to manage his own patches
   \item \url{http://patchwork.buildroot.org/}
   \end{itemize}
@@ -117,8 +117,8 @@
   \begin{itemize}
   \item The enormous number of configuration options in Buildroot make
     it very difficult to test all combinations.
-  \item Random configurations are therefore built tested 24/7 by
-    mutiple machines.
+  \item Random configurations are therefore built 24/7 by multiple
+    machines.
     \begin{itemize}
     \item Random choice of architecture/toolchain combination from a
       pre-defined list
diff --git a/slides/buildroot-whats-new/buildroot-whats-new.tex b/slides/buildroot-whats-new/buildroot-whats-new.tex
index 12189e5..ec41809 100644
--- a/slides/buildroot-whats-new/buildroot-whats-new.tex
+++ b/slides/buildroot-whats-new/buildroot-whats-new.tex
@@ -36,7 +36,7 @@
 \begin{frame}{In 2013.05 (2)}
   \begin{itemize}
   \item {\bf Patch handling:} apply-patches now has .patch.xz support,
-    patch logic reworked as discussed during Febrary dev days
+    patch logic reworked.
   \item Infrastructure for multiple OpenGL / ES / EGL / OpenVG
     providers, similar to how libjpeg / libjpeg-turbo is handled.
   \item Infrastructure for packages to add system users
@@ -278,7 +278,7 @@
   \item \code{make <foo>_defconfig} now saves the path to the
     defconfig in the \code{.config}, so a \code{make savedefconfig}
     automatically updates it
-  \item Infrastructure for packages using the Erland rebar tool has
+  \item Infrastructure for packages using the Erlang rebar tool has
     been added.
   \item Hashes for a large number of packages have been added. Hashes
     are now checked for both target and host packages.



More information about the training-materials-updates mailing list