Skip to content

Commit

Permalink
[MINOR][DOCS] Fix a typo in dev/merge_spark_pr.py
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Fix a typo in `dev/merge_spark_pr.py`, I don't find similar typos in `dev/`

### Why are the changes needed?
just fix a typo

### Does this PR introduce _any_ user-facing change?
no, dev-only

### How was this patch tested?
CI

Closes apache#42032 from zhengruifeng/minor_type.

Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
  • Loading branch information
zhengruifeng committed Jul 17, 2023
1 parent 61b9236 commit 9a18c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/merge_spark_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

# Location of your Spark git development area
SPARK_HOME = os.environ.get("SPARK_HOME", os.getcwd())
# Remote name which points to the Gihub site
# Remote name which points to the Github site
PR_REMOTE_NAME = os.environ.get("PR_REMOTE_NAME", "apache-github")
# Remote name which points to Apache git
PUSH_REMOTE_NAME = os.environ.get("PUSH_REMOTE_NAME", "apache")
Expand Down

0 comments on commit 9a18c06

Please sign in to comment.