Skip to content

Commit 752c40a

Browse files
committed
Fix a typo
1 parent 521f07b commit 752c40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/WINDOWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ To run the SparkR unit tests on Windows, the following steps are required —ass
2828

2929
```
3030
R -e "install.packages('testthat', repos='http://cran.us.r-project.org')"
31-
.\bin\spark-submit2.cmd --conf spark.hadoop.fs.defualt.name="file:///" R\pkg\tests\run-all.R
31+
.\bin\spark-submit2.cmd --conf spark.hadoop.fs.default.name="file:///" R\pkg\tests\run-all.R
3232
```
3333

0 commit comments

Comments
 (0)