HBASE-21062 Spelling mistake (addendum)

Forgot to change in master before pushing.
This commit is contained in:
Josh Elser 2018-08-16 10:35:47 -04:00
parent 4d7ed0f94c
commit 50a8ea7191
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ public class WALFactory {
Providers provider = Providers.valueOf(conf.get(key, defaultValue));
// AsyncFSWALProvider is not guaranteed to work on all Hadoop versions, when it's chosen as
// the default and we can't us it, we want to fall back to FSHLog which we know works on
// the default and we can't use it, we want to fall back to FSHLog which we know works on
// all versions.
if (provider == getDefaultProvider() && provider.clazz == AsyncFSWALProvider.class
&& !AsyncFSWALProvider.load()) {