Skip to content

Commit

Permalink
Fix typos in documentation comments.
Browse files Browse the repository at this point in the history
Corrected spelling errors in buffers.h and msgbox.h files for better readability and accuracy.
  • Loading branch information
idispatch committed Nov 27, 2024
1 parent 565154c commit c60e69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/tvision/buffers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
/* */
/* ------------------------------------------------------------------------*/
/*
Expand Down
2 changes: 1 addition & 1 deletion include/tvision/msgbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c60e69b

Please sign in to comment.