Skip to content

Commit c60e69b

Browse files
committed
Fix typos in documentation comments.
Corrected spelling errors in buffers.h and msgbox.h files for better readability and accuracy.
1 parent 565154c commit c60e69b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/tvision/buffers.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* BUFFERS.H */
44
/* */
55
/* defines the functions getBufMem() and freeBufMem() for use */
6-
/* in allocating and freeing viedo buffers */
6+
/* in allocating and freeing video buffers */
77
/* */
88
/* ------------------------------------------------------------------------*/
99
/*

include/tvision/msgbox.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const int
4242
// Message box classes
4343

4444
mfWarning = 0x0000, // Display a Warning box
45-
mfError = 0x0001, // Dispaly a Error box
45+
mfError = 0x0001, // Display a Error box
4646
mfInformation = 0x0002, // Display an Information Box
4747
mfConfirmation = 0x0003, // Display a Confirmation Box
4848

0 commit comments

Comments
 (0)