diff options
author | Braden Evans <braden@numericalorder.com> | 2015-08-04 18:02:55 -0700 |
---|---|---|
committer | Braden Evans <braden@numericalorder.com> | 2015-08-04 18:02:55 -0700 |
commit | 3b76b01ccea7fac9fd2110ba7a0778f19402a620 (patch) | |
tree | 18bccb55605a1ced619fcbdab9b848564367b4f1 /src | |
parent | 9bcfad9f75456e0ec978945ff15ee22baab4a2cf (diff) | |
download | glutin-3b76b01ccea7fac9fd2110ba7a0778f19402a620.tar.gz glutin-3b76b01ccea7fac9fd2110ba7a0778f19402a620.zip |
Typo in error message
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ impl CreationError { match *self { CreationError::OsError(ref text) => &text, CreationError::NotSupported => "Some of the requested attributes are not supported", - CreationError::RobustnessNotSupported => "Your requested robustness, but it is \ + CreationError::RobustnessNotSupported => "You requested robustness, but it is \ not supported.", CreationError::OpenGlVersionNotSupported => "The requested OpenGL version is not \ supported.", |