Skip to content

Commit c864ad8

Browse files
committed
typo fixes
1 parent 71cad10 commit c864ad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorial05_textured_cube/tutorial05.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ int main( void )
130130
1.0f,-1.0f, 1.0f
131131
};
132132

133-
// Two UV coordinatesfor each vertex. They were created withe Blender.
133+
// Two UV coordinatesfor each vertex. They were created with Blender.
134134
static const GLfloat g_uv_buffer_data[] = {
135135
0.000059f, 1.0f-0.000004f,
136136
0.000103f, 1.0f-0.336048f,

tutorial06_keyboard_and_mouse/tutorial06.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ int main( void )
130130
1.0f,-1.0f, 1.0f
131131
};
132132

133-
// Two UV coordinatesfor each vertex. They were created withe Blender.
133+
// Two UV coordinatesfor each vertex. They were created with Blender.
134134
static const GLfloat g_uv_buffer_data[] = {
135135
0.000059f, 0.000004f,
136136
0.000103f, 0.336048f,

0 commit comments

Comments
 (0)