Skip to content

Commit 9fdf6d0

Browse files
committed
fix: favor* -> favour*
1 parent a78a3ae commit 9fdf6d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/thesis/1-introduction.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ acknowledging that a complete examination of every aspect of reproducibility is
355355
beyond our scope.
356356

357357
I will explore a selection of tools and methodologies that promote
358-
reproducibility or, at least, create favorable conditions for facilitating it.
358+
reproducibility or, at least, create favourable conditions for facilitating it.
359359
Moreover, this document is intended to enlighten and hopefully convince the
360360
reader that the construction of reproducible software should be a fundamental
361361
principle, not merely a secondary consideration, within the software development

src/thesis/2-reproducibility.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ There are multiple existing formats and standards, the most common ones are:
11971197
emphasises simplicity and efficiency, supporting formats such as XML, JSON,
11981198
and ProtoBuf, and is particularly tailored towards the identification of
11991199
software components, their vulnerabilities, and risk assessments, making it a
1200-
favorite in the application security and #gls("DevSecOps") communities.
1200+
favourite in the application security and #gls("DevSecOps") communities.
12011201

12021202
The key differences between the #gls("SPDX") and #gls("CycloneDX") formats lie
12031203
primarily in their focus, structure, and community support. The choice between

src/thesis/4-conclusion.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ also not reproducible.
167167
the system. This creates a strong likelihood of like environments diverging
168168
over time in a process known as #emph[configuration drift]. The declarative
169169
approach to configuration management reduces the possibility of configuration
170-
drift by favoring idempotence, explicit dependency graphs, and maintaining a
170+
drift by favouring idempotence, explicit dependency graphs, and maintaining a
171171
strong awareness of the current state of the environment
172172
#cite(<HunterGCP>,form:"normal", supplement: [p.348]).
173173
]

0 commit comments

Comments
 (0)