mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 06:41:31 +11:00
Typo in error message
This commit is contained in:
parent
9bcfad9f75
commit
3b76b01cce
|
@ -121,7 +121,7 @@ impl CreationError {
|
||||||
match *self {
|
match *self {
|
||||||
CreationError::OsError(ref text) => &text,
|
CreationError::OsError(ref text) => &text,
|
||||||
CreationError::NotSupported => "Some of the requested attributes are not supported",
|
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.",
|
not supported.",
|
||||||
CreationError::OpenGlVersionNotSupported => "The requested OpenGL version is not \
|
CreationError::OpenGlVersionNotSupported => "The requested OpenGL version is not \
|
||||||
supported.",
|
supported.",
|
||||||
|
|
Loading…
Reference in a new issue