Fixed typo

This commit is contained in:
perroned 2016-02-16 09:39:06 -08:00
parent b8317aceec
commit 8b0fcccd1f

View File

@ -155,7 +155,7 @@ package org.bigbluebutton.modules.deskshare.managers
public function handleStreamStartEvent(videoWidth:Number, videoHeight:Number):void{
if (sharing) return;
LOGGER.debug("Received start vieweing command");
LOGGER.debug("Received start viewing command");
viewWindowManager.startViewing(module.getRoom(), videoWidth, videoHeight);
}