summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-02-24 20:59:50 +0100
committerJulien Nabet <serval2412@yahoo.fr>2023-02-25 10:38:00 +0000
commit5cc761b5d0852d0f5d7954692b2a152a28dcd425 (patch)
tree7574efdba92d712530760e08284914e318baa0df /include
parent86eb8f694634623b30eabf4e02ef769a7aba4937 (diff)
Fix typos
Change-Id: I7e3d78e6cf80afb72be61942ac95c474dae0424d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147669 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/test/a11y/accessibletestbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test/a11y/accessibletestbase.hxx b/include/test/a11y/accessibletestbase.hxx
index 913e24221353..e174c0cb4b8a 100644
--- a/include/test/a11y/accessibletestbase.hxx
+++ b/include/test/a11y/accessibletestbase.hxx
@@ -167,7 +167,7 @@ protected:
* @param nTimeoutMs Maximum delay to wait the dialog for
* @returns @c true if the dialog closed, @c false if timeout was reached
*
- * @throws css::uno::RuntimeException if an unexpected dialog poped up instead of the
+ * @throws css::uno::RuntimeException if an unexpected dialog popped up instead of the
* expected one.
* @throws Any exception that the user callback supplied to awaitDialog() might have thrown.
*/