aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMátyás Mustoha <mmatyas@inf.u-szeged.hu>2016-02-01 11:22:22 +0100
committerMátyás Mustoha <mmatyas@inf.u-szeged.hu>2016-02-01 11:22:22 +0100
commit4c7460a4101c73a57b8d4e681589ca03ef4358be (patch)
treec6b6badc003e079d122d74671eb85c8057bb5811 /Cargo.toml
parent1ab6677f1e0966fc63eed99d64388da79d5c466e (diff)
downloadglutin-4c7460a4101c73a57b8d4e681589ca03ef4358be.tar.gz
glutin-4c7460a4101c73a57b8d4e681589ca03ef4358be.zip
Typo fix in package description
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d10d51e..f5de946 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "glutin"
version = "0.4.5"
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
-description = "Cross-plaform OpenGL context provider."
+description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl"]
license = "Apache-2.0"
readme = "README.md"