fix typo of draw2dgl in docstring of draw2d.go

This commit is contained in:
Stani 2015-07-14 13:04:10 +02:00
parent 27ca8d66a7
commit c9398530eb
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// Package draw2d is a pure go 2D vector graphics library with support
// for multiple output devices such as images (draw2d), pdf documents
// (draw2dpdf) and opengl (draw2dopengl), which can also be used on the
// (draw2dpdf) and opengl (draw2dgl), which can also be used on the
// google app engine. It can be used as a pure go Cairo alternative.
// draw2d is released under the BSD license.
//