Blurb nomenclature fix.

This commit is contained in:
Camilla Berglund 2014-02-10 15:33:41 +01:00
parent 0cd31782d4
commit c1446618cf
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
## Introduction
GLFW is a free, Open Source, portable library for OpenGL and OpenGL ES
GLFW is a free, Open Source, multi-platform library for OpenGL and OpenGL ES
application development. It provides a simple, platform-independent API for
creating windows and contexts, reading input, handling events, etc.

View File

@ -4,7 +4,7 @@ includedir=${prefix}/include
libdir=${exec_prefix}/lib@LIB_SUFFIX@
Name: GLFW
Description: A portable library for OpenGL, window and input
Description: A multi-platform library for OpenGL, window and input
Version: @GLFW_VERSION_FULL@
URL: http://www.glfw.org/
Requires.private: @GLFW_PKG_DEPS@