Skip to content

Commit

Permalink
docs: Fix a few typos (VowpalWabbit#4054)
Browse files Browse the repository at this point in the history
There are small typos in:
- cluster/readme.md
- ext_libs/string-view-lite/nonstd/string_view.h

Fixes:
- Should read `retrieved` rather than `retreived`.
- Should read `availability` rather than `availablity`.

Signed-off-by: Tim Gates <[email protected]>
  • Loading branch information
timgates42 authored Jul 17, 2022
1 parent d85f830 commit ce8d01a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ hadoop jar $HADOOP_HOME/hadoop-streaming.jar \

where `<output>` is the directory on HDFS where you want the trained
model to be saved. The trained model is saved to the file
`<output>/model` on HDFS and can be retreived by `hadoop -get`.
`<output>/model` on HDFS and can be retrieved by `hadoop -get`.

To modify the arguments to VW, edit the script `runvw.sh`. Arguments to
hadoop can be directly added in the hadoop streaming command.
Expand Down
2 changes: 1 addition & 1 deletion ext_libs/string-view-lite/nonstd/string_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ using std::operator<<;
// Providing char-type specializations for compare() and length() that
// use compiler intrinsics can improve compile- and run-time performance.
//
// The challenge is in using the right combinations of builtin availablity
// The challenge is in using the right combinations of builtin availability
// and its constexpr-ness.
//
// | compiler | __builtin_memcmp (constexpr) | memcmp (constexpr) |
Expand Down

0 comments on commit ce8d01a

Please sign in to comment.