summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/gluraw/metadata.xml')
-rw-r--r--dev-haskell/gluraw/metadata.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/gluraw/metadata.xml b/dev-haskell/gluraw/metadata.xml
index 2c166cf9bb24..83ca80ff7146 100644
--- a/dev-haskell/gluraw/metadata.xml
+++ b/dev-haskell/gluraw/metadata.xml
@@ -4,10 +4,10 @@
<herd>haskell</herd>
<longdescription>
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
- basically a 1:1 mapping of GLU&#39;s C API, intended as a basis for a nicer
+ basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer
interface.
- OpenGL is the industry&#39;s most widely used and supported 2D and 3D graphics
+ OpenGL is the industry's most widely used and supported 2D and 3D graphics
application programming interface (API), incorporating a broad set of
rendering, texture mapping, special effects, and other powerful visualization
functions. For more information about OpenGL and its various extensions,