From c60e69b0d193eaf6068567aefd4828032a516518 Mon Sep 17 00:00:00 2001 From: Oleg Kosenkov Date: Wed, 27 Nov 2024 18:07:55 -0500 Subject: [PATCH] Fix typos in documentation comments. Corrected spelling errors in buffers.h and msgbox.h files for better readability and accuracy. --- include/tvision/buffers.h | 2 +- include/tvision/msgbox.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tvision/buffers.h b/include/tvision/buffers.h index b4c26134..17666950 100644 --- a/include/tvision/buffers.h +++ b/include/tvision/buffers.h @@ -3,7 +3,7 @@ /* BUFFERS.H */ /* */ /* defines the functions getBufMem() and freeBufMem() for use */ -/* in allocating and freeing viedo buffers */ +/* in allocating and freeing video buffers */ /* */ /* ------------------------------------------------------------------------*/ /* diff --git a/include/tvision/msgbox.h b/include/tvision/msgbox.h index 03e7e9ed..4cc9b9de 100644 --- a/include/tvision/msgbox.h +++ b/include/tvision/msgbox.h @@ -42,7 +42,7 @@ const int // Message box classes mfWarning = 0x0000, // Display a Warning box - mfError = 0x0001, // Dispaly a Error box + mfError = 0x0001, // Display a Error box mfInformation = 0x0002, // Display an Information Box mfConfirmation = 0x0003, // Display a Confirmation Box