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