Skip to content

Commit 70d7f67

Browse files
CMake project example: fix a couple of typos (#3014)
1 parent 709b141 commit 70d7f67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/CMake/core_basic_window.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* raylib [core] example - Basic window (adapted for HTML5 platform)
44
*
55
* This example is prepared to compile for PLATFORM_WEB, PLATFORM_DESKTOP and PLATFORM_RPI
6-
* As you will notice, code structure is slightly diferent to the other examples...
6+
* As you will notice, code structure is slightly different to the other examples...
77
* To compile it for PLATFORM_WEB just uncomment #define PLATFORM_WEB at beginning
88
*
99
* This example has been created using raylib 1.3 (www.raylib.com)
@@ -31,7 +31,7 @@ int screenHeight = 450;
3131
void UpdateDrawFrame(void); // Update and Draw one frame
3232

3333
//----------------------------------------------------------------------------------
34-
// Main Enry Point
34+
// Main Entry Point
3535
//----------------------------------------------------------------------------------
3636
int main()
3737
{
@@ -80,4 +80,4 @@ void UpdateDrawFrame(void)
8080

8181
EndDrawing();
8282
//----------------------------------------------------------------------------------
83-
}
83+
}

0 commit comments

Comments
 (0)