diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-29 10:08:22 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-29 19:56:37 +0200 |
commit | 229827d09bf8257d3fc0b9e0519a92a225587cf3 (patch) | |
tree | 7f43edae44ddbae8fcf64fdc80843a724092f600 /slideshow/source | |
parent | 266cbff26dc3ecaa7b63ea0e9f791a898c86e4e8 (diff) |
Fix typos
Change-Id: I6517f3b68389c0f3581cc750c61b8e59d075d35e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101633
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'slideshow/source')
-rw-r--r-- | slideshow/source/engine/slideshowimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx index a91d5857bc7d..ba4d17cd6c1d 100644 --- a/slideshow/source/engine/slideshowimpl.cxx +++ b/slideshow/source/engine/slideshowimpl.cxx @@ -122,7 +122,7 @@ public: */ void Activate(); - /** Deactivate frame sychronization when no animation is active and the + /** Deactivate frame synchronization when no animation is active and the time between frames depends on user actions and other external sources. While deactivated Synchronize() will return without delay. */ |