Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: novnc: fix spelling in comments ......................................................................
packaging: novnc: fix spelling in comments Change-Id: Ia64b23d491fcd4f406c1a57b4ba812b1760537c1 Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/services/ovirt-websocket-proxy.py 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/60/15260/1 diff --git a/packaging/services/ovirt-websocket-proxy.py b/packaging/services/ovirt-websocket-proxy.py index a6c24ba..40955f1 100755 --- a/packaging/services/ovirt-websocket-proxy.py +++ b/packaging/services/ovirt-websocket-proxy.py @@ -162,10 +162,10 @@ # # WORKAROUND-BEGIN - # set temrinate exception as + # set terminate exception as # the websockify library assumes interactive # mode only (SIGINT). - # it also expect exit at the middle of procesing. + # it also expect exit at the middle of processing. # so we comply. def myterm(signo, frame): sys.exit(0) @@ -200,7 +200,7 @@ ).start_server() # WORKAROUND-BEGIN # websockify exit because of signals. - # redurect it to expected termination sequence. + # redirect it to expected termination sequence. except SystemExit: self.logger.debug('SystemExit', exc_info=True) raise Service.TerminateException() -- To view, visit http://gerrit.ovirt.org/15260 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia64b23d491fcd4f406c1a57b4ba812b1760537c1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
