Module: wine Branch: master Commit: 0d42388095e4fd5c7702a61824b01ce0f9fc4d74 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0d42388095e4fd5c7702a6182...
Author: Francois Gouget fgouget@free.fr Date: Fri Jul 24 15:53:20 2020 +0200
winex11.drv: Fix the spelling of a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winex11.drv/x11drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/winex11.drv/x11drv.h b/dlls/winex11.drv/x11drv.h index 1c6b666227..e401589136 100644 --- a/dlls/winex11.drv/x11drv.h +++ b/dlls/winex11.drv/x11drv.h @@ -672,7 +672,7 @@ struct x11drv_settings_handler /* get_id() will be called to map a device name, e.g., \.\DISPLAY1 to a driver specific id. * Following functions use this id to identify the device. * - * Return FALSE if the device can not be found and TRUE on success */ + * Return FALSE if the device cannot be found and TRUE on success */ BOOL (*get_id)(const WCHAR *device_name, ULONG_PTR *id);
/* get_modes() will be called to get a list of supported modes of the device of id in modes