We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565154c commit c60e69bCopy full SHA for c60e69b
include/tvision/buffers.h
@@ -3,7 +3,7 @@
3
/* BUFFERS.H */
4
/* */
5
/* defines the functions getBufMem() and freeBufMem() for use */
6
-/* in allocating and freeing viedo buffers */
+/* in allocating and freeing video buffers */
7
8
/* ------------------------------------------------------------------------*/
9
/*
include/tvision/msgbox.h
@@ -42,7 +42,7 @@ const int
42
// Message box classes
43
44
mfWarning = 0x0000, // Display a Warning box
45
- mfError = 0x0001, // Dispaly a Error box
+ mfError = 0x0001, // Display a Error box
46
mfInformation = 0x0002, // Display an Information Box
47
mfConfirmation = 0x0003, // Display a Confirmation Box
48
0 commit comments