Skip to content

Commit

Permalink
fixed a few more misspellings
Browse files Browse the repository at this point in the history
  • Loading branch information
eddycolloton committed May 27, 2024
1 parent d87956b commit 6d791e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ then the artwork file was provided by the csv but not the artist's name. So the

If the artwork file is not known, and the artist's last name is not known `if [[ -z "${ArtistLastName}" ]] ; then`

then the artist's name was not provided by in the input csv and so the user will be prompted to input it.
then the artist's name was not provided in the input csv and so the user will be prompted to input it.

If the artist's last name is known, then it was read from the input csv file.

Expand Down Expand Up @@ -1003,7 +1003,7 @@ ConfirmInput () {
done
}
```
The `ConfirmInput` function above is used several times in the finddis.sh script to confirm manually input variables and assign them accordingly:
The `ConfirmInput` function above is used several times in the finddirs.sh script to confirm manually input variables and assign them accordingly:
```shell
while [[ -z "$accession" ]] ; do
ConfirmInput accession "artwork's accession number" "For new acquisitions, enter accession number in '####.###' format"
Expand Down

0 comments on commit 6d791e3

Please sign in to comment.