Skip to content

Commit

Permalink
typo: MacOS -> macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 14, 2024
1 parent 19ea21d commit 19b08af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/thesis/2-reproducibility.typ
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ dependencies and facilitate the build process. For example, `Cargo` for Rust,
`Composer` for PHP, `NPM` for NodeJS, `Dune` for OCaml, `tlmgr` for #LaTeX.
Package managers are also used to manage software at the operating system level
like: `apt` in Debian based distributions, `pacman` in Arch Linux, `dnf` in
Fedora, `brew` in MacOS, `chocolatey` in Windows
Fedora, `brew` in macOS, `chocolatey` in Windows
#cite(<9403875>, form: "normal", supplement: [p. 10]).

Package managers can inadvertently introduce non-determinism by automatically
Expand Down
2 changes: 1 addition & 1 deletion src/thesis/3-tools.typ
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Our testing environments supports three distinct architectures:
ARM-based Apple Silicon processors.

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

0 comments on commit 19b08af

Please sign in to comment.