|
@@ -2598,7 +2598,7 @@ void OS_X11::process_xevents() {
|
|
|
window_focused = false;
|
|
|
|
|
|
if (mouse_mode_grab) {
|
|
|
- //dear X11, I try, I really try, but you never work, you do whathever you want.
|
|
|
+ //dear X11, I try, I really try, but you never work, you do whatever you want.
|
|
|
if (mouse_mode == MOUSE_MODE_CAPTURED) {
|
|
|
// Show the cursor if we're in captured mode so it doesn't look weird.
|
|
|
XUndefineCursor(x11_display, x11_window);
|
|
@@ -3834,7 +3834,7 @@ Error OS_X11::move_to_trash(const String &p_path) {
|
|
|
DirAccessRef dir_access = DirAccess::create(DirAccess::ACCESS_FILESYSTEM);
|
|
|
Error err = dir_access->make_dir_recursive(trash_path);
|
|
|
|
|
|
- // Issue an error if trash can is not created proprely.
|
|
|
+ // Issue an error if trash can is not created properly.
|
|
|
ERR_FAIL_COND_V_MSG(err != OK, err, "Could not create the trash path \"" + trash_path + "\"");
|
|
|
err = dir_access->make_dir_recursive(trash_path + "/files");
|
|
|
ERR_FAIL_COND_V_MSG(err != OK, err, "Could not create the trash path \"" + trash_path + "/files\"");
|