From c24374f99c22d9420d6d182ff835f07a5b954b48 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Tue, 8 Jan 2013 22:46:42 +0000 Subject: (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) --- src/blitter/base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/blitter/base.hpp') diff --git a/src/blitter/base.hpp b/src/blitter/base.hpp index 0a761a156..45aa19b7d 100644 --- a/src/blitter/base.hpp +++ b/src/blitter/base.hpp @@ -123,7 +123,7 @@ public: /** * Copy from a buffer to the screen. - * @param video The destionation pointer (video-buffer). + * @param video The destination pointer (video-buffer). * @param src The buffer from which the data will be read. * @param width The width of the buffer. * @param height The height of the buffer. -- cgit v1.2.3-54-g00ecf