Skip to content

Commit d3e8790

Browse files
committed
minor typos
1 parent 5a67083 commit d3e8790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

systems_cross_building.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Systems and cross building
44
==========================
55

6-
This section explains how to approach a cross building scenario with Conan and how the use the Windows subsystems (Cygwin, MSYS2).
6+
This section explains how to approach a cross building scenario with Conan and how to use the Windows subsystems (Cygwin, MSYS2).
77

88
.. todo::
99

systems_cross_building/cross_building.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Depending on the values of these platforms, there are different scenarios:
3333
a cross compiler running in the build platform that generates binaries for the host platform.
3434

3535

36-
The ``target`` platform plays and important role when compiling a cross compiler, in that scenario
36+
The ``target`` platform plays an important role when compiling a cross compiler, in that scenario
3737
the ``target`` is the platform the compiler will generate binaries for: in order to be a cross compiler
3838
the ``host`` platform (where the cross compiler will run) has to be different from the ``target`` platform.
3939
If the ``build`` platform is also different, it is called **Canadian Cross**.

0 commit comments

Comments
 (0)