Skip to content

Commit 870373b

Browse files
committed
Fixed typo (thanks to trasherdk)
1 parent 9bb87a2 commit 870373b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

endpoints/lib/vboxconnector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,11 +428,11 @@ public function remote_getEvents($args) {
428428

429429
// Machine powered off or client has stale MO reference
430430
if($listener)
431-
try { $listener->releaseRemote(); } catch (Exceptoin $e) {
431+
try { $listener->releaseRemote(); } catch (Exception $e) {
432432
/// pass
433433
}
434434
if($source)
435-
try { $source->releaseRemote(); } catch (Exceptoin $e) {
435+
try { $source->releaseRemote(); } catch (Exception $e) {
436436
// pass
437437
}
438438

0 commit comments

Comments
 (0)