mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Fixing a typo
This commit is contained in:
parent
3d518806ae
commit
5ee83e3c21
@ -17,7 +17,7 @@
|
||||
int main(int argc, char** argv) {
|
||||
Display* dpy = XOpenDisplay(0);
|
||||
if(!dpy) {
|
||||
puts("Unabel to open default display");
|
||||
puts("Unable to open default display");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user