Skip to content

Commit 2befa73

Browse files
JSpinerJakeWharton
authored andcommitted
Fix spelling of some words.
1 parent 58ff533 commit 2befa73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RxAndroid 2.0 has been rewritten from scratch to support RxJava 2.0.
2727

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

3333
For more information about RxJava 2.0 see

gradle/artifacts.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (project.plugins.hasPlugin('com.android.library')) {
3030
}
3131
}
3232

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

0 commit comments

Comments
 (0)