summaryrefslogtreecommitdiff
path: root/src/video/null_v.cpp
diff options
context:
space:
mode:
authorTechGeekNZ <git@tech.geek.nz>2020-06-06 16:15:23 +1200
committerCharles Pigott <charlespigott@googlemail.com>2020-06-07 01:04:41 +0100
commitfe1925931d671f7ff02c29558b2c61ae9fc8fbb5 (patch)
treeb9e80e6a981679cc6842ac1cbd5abd4ec8e9f1cb /src/video/null_v.cpp
parent3d8597d42ef5ef10325389aa866c8c136cde9412 (diff)
downloadopenttd-fe1925931d671f7ff02c29558b2c61ae9fc8fbb5.tar.xz
Cleanup: Correct typographic errors in code comments.
Diffstat (limited to 'src/video/null_v.cpp')
-rw-r--r--src/video/null_v.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/null_v.cpp b/src/video/null_v.cpp
index 2fa45e1bc..707045040 100644
--- a/src/video/null_v.cpp
+++ b/src/video/null_v.cpp
@@ -5,7 +5,7 @@
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @file null_v.cpp The videio driver that doesn't blit. */
+/** @file null_v.cpp The video driver that doesn't blit. */
#include "../stdafx.h"
#include "../gfx_func.h"