1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
Description: Fix spelling errors in the man pages
Author: Luca Falavigna <dktrkranz@debian.org>
Index: scons/scons-time.1
===================================================================
--- scons.orig/scons-time.1 2013-03-11 22:26:44.957856419 +0100
+++ scons/scons-time.1 2013-03-12 18:40:32.016953762 +0100
@@ -198,7 +198,7 @@
.B --number=
option,
and can be used to look at the
-impact of commited changes to the
+impact of committed changes to the
SCons code base on a particular
configuration over time.
.P
@@ -645,7 +645,7 @@
Specifies the run number to be used in the names of
the log files and profile outputs generated by this run.
.IP
-When used in conjuction with the
+When used in conjunction with the
.BI --aegis= PROJECT
option,
.I NUMBER
@@ -653,7 +653,7 @@
that will be retrieved automatically from the specified Aegis
.IR PROJECT .
.IP
-When used in conjuction with the
+When used in conjunction with the
.BI --svn= URL
option,
.I NUMBER
Index: scons/scons.1
===================================================================
--- scons.orig/scons.1 2013-03-11 22:26:44.957856419 +0100
+++ scons/scons.1 2013-03-12 18:42:09.364956744 +0100
@@ -2903,7 +2903,7 @@
This builder method is only
provided when Microsoft Visual C++ is being used as the compiler.
The PCH builder method is generally used in
-conjuction with the PCH construction variable to force object files to use
+conjunction with the PCH construction variable to force object files to use
the precompiled header:
.ES
@@ -3081,7 +3081,7 @@
.I "Example 2."
The \fBPOTUpdate\fP() builder may be used with no target specified, in which
case default target \fBmessages.pot\fP will be used. The
-default target may also be overriden by setting \fB$POTDOMAIN\fP construction
+default target may also be overridden by setting \fB$POTDOMAIN\fP construction
variable or providing it as an override to \fBPOTUpdate\fP() builder:
.ES
# SConstruct script
@@ -3189,7 +3189,7 @@
(they're \fBIgnore\fPd from \fB'.'\fP node). Instead,
they are added automatically to special \fBAlias\fP
(\fB'po-update'\fP by default). The alias name may be changed
-through the \fB$POUPDATE_ALIAS\fP construction variable. You can easilly
+through the \fB$POUPDATE_ALIAS\fP construction variable. You can easily
update \fBPO\fP files in your project by \fBscons
po-update\fP.
@@ -3858,7 +3858,7 @@
\fBLINGUAS\fP file. Note, that the updated
\fBPOT\fP and \fBPO\fP files are usually going to be
committed back to the repository, so they must be updated within the source
-directory (and not in variant directories). Additionaly, the file listing of
+directory (and not in variant directories). Additionally, the file listing of
\fBpo/\fP directory contains \fBLINGUAS\fP file,
so the source tree looks familiar to translators, and they may work with the
project in their usual way.
@@ -5302,7 +5302,7 @@
will print:
.ES
-'$CC -c -o $TARGET $CCFLAGS $CPPFLAGS $_CPPDEFFLAGS $_CPPINCFLAGS $SOURCES'
+\'$CC -c -o $TARGET $CCFLAGS $CPPFLAGS $_CPPDEFFLAGS $_CPPINCFLAGS $SOURCES'
.EE
.IP
While this SConstruct:
@@ -15403,7 +15403,7 @@
tools, if they are both installed, regardless of the order of the bin
directories in the PATH variable. If you have both MSVC and MinGW
installed and you want to use MinGW instead of MSVC,
-then you must explictly tell SCons to use MinGW by passing
+then you must explicitly tell SCons to use MinGW by passing
.ES
tools=['mingw']
|