typos: success, successful (#13997)
This commit is contained in:
@@ -184,7 +184,7 @@ public class OwserverBridgeHandler extends BaseBridgeHandler {
|
||||
try {
|
||||
owHandler.updateSensorProperties(this);
|
||||
owHandler.initialize();
|
||||
logger.debug("{} sucessfully updated properties, removing from property update list",
|
||||
logger.debug("{} successfully updated properties, removing from property update list",
|
||||
updateThing.getUID());
|
||||
} catch (OwException e) {
|
||||
thingPropertiesUpdateQueue.add(updateThing);
|
||||
|
||||
@@ -91,7 +91,7 @@ public class OwserverConnectionTest extends JavaTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void successfullConnectionReportedToBridgeHandler() {
|
||||
public void successfulConnectionReportedToBridgeHandler() {
|
||||
final OwserverConnection owserverConnection = this.owserverConnection;
|
||||
if (owserverConnection == null) {
|
||||
fail("connection is null");
|
||||
|
||||
Reference in New Issue
Block a user