Skip to content

Commit

Permalink
chore: misspell fix
Browse files Browse the repository at this point in the history
Signed-off-by: hugo-syn <[email protected]>
  • Loading branch information
hugo-syn committed May 16, 2024
1 parent 62eac55 commit 291f8b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/gha/print_matrix_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Desktop and optionally override them.
- There are 2 types of parameters - matrix and config. Matrix parameters are
lists and generate jobs dynamically in Github workflows. Config parameters
represent the additonal fine tuning parameters that can be used in workflow
represent the additional fine tuning parameters that can be used in workflow
dispatch. They are always treated as strings.
Raises:
Expand Down
2 changes: 1 addition & 1 deletion scripts/gha/restore_secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
flags.DEFINE_string("passphrase_file", None,
"Path to file with passphrase. Use \"-\" (without quotes) for stdin.")
flags.DEFINE_string("artifact", None, "Artifact Path, google-services.json will be placed here.")
flags.DEFINE_list("apis",[], "Optional comma-separated list of APIs for which to retreive "
flags.DEFINE_list("apis",[], "Optional comma-separated list of APIs for which to retrieve "
" secrets. All secrets will be fetched if this is flag is not defined.")


Expand Down
2 changes: 1 addition & 1 deletion scripts/gha/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def run_command(cmd, capture_output=False, cwd=None, check=False, as_root=False,
Output can be accessed as <return_object>.stdout
cwd (str): Directory to execute the command from.
check (bool): Raises a CalledProcessError if True and the command errored out
as_root (bool): Run command as root user with admin priveleges (supported on mac and linux).
as_root (bool): Run command as root user with admin privileges (supported on mac and linux).
print_cmd (bool): Print the command we are running to stdout.
Raises:
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_android_ios_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def replace_pod_line(m):

########## Android versions update #############################

# Android gMaven repostiory from where we scan available Android packages
# Android gMaven repository from where we scan available Android packages
# and their versions
GMAVEN_MASTER_INDEX = "https://dl.google.com/dl/android/maven2/master-index.xml"
GMAVEN_GROUP_INDEX = "https://dl.google.com/dl/android/maven2/{0}/group-index.xml"
Expand Down

0 comments on commit 291f8b2

Please sign in to comment.