From: izydorst Date: Sun, 22 Dec 2002 21:39:38 +0000 (+0000) Subject: fixed typo X-Git-Tag: V2.12.0~1846 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=96b68d8f4f92d4e94ce5cc3f08523d74e6a141a0;p=cc65 fixed typo git-svn-id: svn://svn.cc65.org/cc65/trunk@1825 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/tgi/tgi_load.c b/libsrc/tgi/tgi_load.c index 0aa57043f..d11084b2b 100644 --- a/libsrc/tgi/tgi_load.c +++ b/libsrc/tgi/tgi_load.c @@ -51,7 +51,7 @@ void __fastcall__ tgi_load (unsigned char mode) /* No driver for this mode */ tgi_error = TGI_ERR_NO_DRIVER; } else { - /* Laod the driver */ + /* Load the driver */ tgi_load_driver (name); } }