Skip to content

Commit 19b08af

Browse files
committed
typo: MacOS -> macOS
1 parent 19ea21d commit 19b08af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/thesis/2-reproducibility.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@ dependencies and facilitate the build process. For example, `Cargo` for Rust,
14721472
`Composer` for PHP, `NPM` for NodeJS, `Dune` for OCaml, `tlmgr` for #LaTeX.
14731473
Package managers are also used to manage software at the operating system level
14741474
like: `apt` in Debian based distributions, `pacman` in Arch Linux, `dnf` in
1475-
Fedora, `brew` in MacOS, `chocolatey` in Windows
1475+
Fedora, `brew` in macOS, `chocolatey` in Windows
14761476
#cite(<9403875>, form: "normal", supplement: [p. 10]).
14771477

14781478
Package managers can inadvertently introduce non-determinism by automatically

src/thesis/3-tools.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Our testing environments supports three distinct architectures:
201201
ARM-based Apple Silicon processors.
202202

203203
This selection encompasses both `x86` and `ARM` architectures, as well as Linux
204-
and MacOS operating systems, providing a comprehensive view of reproducibility
204+
and macOS operating systems, providing a comprehensive view of reproducibility
205205
across the most commonly used development platforms in #gls("SE"). The choice of
206206
these architectures ensures the results are relevant to a broad spectrum of
207207
development environments and application targets.

0 commit comments

Comments
 (0)