Commit ddc77166651a71ae037ef3129a285440aa559b2d

Frank Heckenbach 2022-11-17T00:48:50

add missing ")" :)

diff --git a/demo/FTGLDemo.cpp b/demo/FTGLDemo.cpp
index 49e550c..3f0dc48 100644
--- a/demo/FTGLDemo.cpp
+++ b/demo/FTGLDemo.cpp
@@ -530,8 +530,8 @@ void myinit(const char* file)
 
 /*
  * Simple conversion from Unicode character to UTF-8 string.
- * (In real code, you may want want to use a library such as ICU
- * or newer C++ features instead, but this avoids additional dependencies.
+ * (In real code, you may want want to use a library such as ICU or
+ * newer C++ features instead, but this avoids additional dependencies.)
  * s must contain enough space for up to 4 bytes.
  * Returns number of bytes written.
  */
diff --git a/demo/FTGLMFontDemo.cpp b/demo/FTGLMFontDemo.cpp
index f5bdb82..7016f18 100644
--- a/demo/FTGLMFontDemo.cpp
+++ b/demo/FTGLMFontDemo.cpp
@@ -486,8 +486,8 @@ void myinit(int numFontFiles)
 
 /*
  * Simple conversion from Unicode character to UTF-8 string.
- * (In real code, you may want want to use a library such as ICU
- * or newer C++ features instead, but this avoids additional dependencies.
+ * (In real code, you may want want to use a library such as ICU or
+ * newer C++ features instead, but this avoids additional dependencies.)
  * s must contain enough space for up to 4 bytes.
  * Returns number of bytes written.
  */