Revision: 4923 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4923&view=rev Author: ossman_ Date: 2012-07-04 11:10:46 +0000 (Wed, 04 Jul 2012) Log Message: ----------- Fix typo.
Modified Paths: -------------- trunk/vncviewer/Viewport.cxx Modified: trunk/vncviewer/Viewport.cxx =================================================================== --- trunk/vncviewer/Viewport.cxx 2012-07-03 14:52:26 UTC (rev 4922) +++ trunk/vncviewer/Viewport.cxx 2012-07-04 11:10:46 UTC (rev 4923) @@ -313,7 +313,7 @@ if ((w == frameBuffer->width()) && (h == frameBuffer->height())) goto end; - vlog.debug("Resing framebuffer from %dx%d to %dx%d", + vlog.debug("Resizing framebuffer from %dx%d to %dx%d", frameBuffer->width(), frameBuffer->height(), w, h); newBuffer = new PlatformPixelBuffer(w, h); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Tigervnc-commits mailing list Tigervnc-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tigervnc-commits