Skip to content

Commit 44e4f4b

Browse files
authored
Typos in .gitlab/README.md (#5234)
Fix spelling errors in .gitlab/README.md
1 parent 61e8aea commit 44e4f4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainers.
1212
Instructions for creating a pull mirror can be found at
1313
https://docs.gitlab.com/user/project/repository/mirror/pull/. You can choose
1414
to pull selected branches or all branches. For AMReX, this choice does not
15-
matter since we only have one active branch. However, for repoositories with
15+
matter since we only have one active branch. However, for repositories with
1616
many active branches, pulling all branches may trigger CI jobs on every
1717
activity.
1818

@@ -52,7 +52,7 @@ Variables`. The app ID isn't a secret. So you can store it as clear text. In
5252
fact, GitLab does not allow 7-digit masked variables anyway. The
5353
installation ID is also not sensitive, but nevertheless we stored it as
5454
protected and masked. The private key is a secret that must be protected and
55-
masked. We also diabled "Expand" for all of these variables because the CI
55+
masked. We also disabled "Expand" for all of these variables because the CI
5656
script doesn't need variable expansion. GitLab seems to have a bug that
5757
prevents saving the private key as a multi-line value, and saving it as a
5858
file didn't work either. So we encoded it with `base64 -w0` to turn it into

0 commit comments

Comments
 (0)