浏览代码

Fix source comment typo

Closes #1982

(cherry picked from commit eacc1cafba90fa7b52302841dd47f5f8b1bf777a)
luz paz 3 年之前
父节点
当前提交
55528e9178
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/splitview.c

+ 1 - 1
examples/splitview.c

@@ -2,7 +2,7 @@
 // This is an example program for the GLFW library
 // This is an example program for the GLFW library
 //
 //
 // The program uses a "split window" view, rendering four views of the
 // The program uses a "split window" view, rendering four views of the
-// same scene in one window (e.g. uesful for 3D modelling software). This
+// same scene in one window (e.g. useful for 3D modelling software). This
 // demo uses scissors to separate the four different rendering areas from
 // demo uses scissors to separate the four different rendering areas from
 // each other.
 // each other.
 //
 //