mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-30 16:41:00 +03:00
spelling: implementation
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ impl Enigo {
|
|||||||
pub fn delay(&self) -> u64 {
|
pub fn delay(&self) -> u64 {
|
||||||
self.xdo.delay()
|
self.xdo.delay()
|
||||||
}
|
}
|
||||||
/// Set delay of xdo implemetation.
|
/// Set delay of xdo implementation.
|
||||||
pub fn set_delay(&mut self, delay: u64) {
|
pub fn set_delay(&mut self, delay: u64) {
|
||||||
self.xdo.set_delay(delay)
|
self.xdo.set_delay(delay)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user