Skip to content

Commit

Permalink
Fix spelling of some words.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSpiner authored and JakeWharton committed Jan 15, 2018
1 parent 58ff533 commit 2befa73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RxAndroid 2.0 has been rewritten from scratch to support RxJava 2.0.

The library still offers the same APIs: a scheduler and stream cancelation callback that know about
the main thread, a means of creating a scheduler from any `Looper`, and plugin support for the
main thread sheduler. They just reside in a new package, `io.reactivex.android`, and may have
main thread scheduler. They just reside in a new package, `io.reactivex.android`, and may have
slightly different names.

For more information about RxJava 2.0 see
Expand Down
2 changes: 1 addition & 1 deletion gradle/artifacts.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (project.plugins.hasPlugin('com.android.library')) {
}
}

// For official releasese, don't prefix the name so the artifact is published correctly
// For official releases, don't prefix the name so the artifact is published correctly
// (Can't seem to modify it for publishing, for whatever reason...)
String classifierPrefix = (variant.name == 'release') ? '' : "$variant.name-"

Expand Down

0 comments on commit 2befa73

Please sign in to comment.