From 0d4996862b5df79fd601eff6193d5718f8f84047 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 1 Oct 2016 15:45:53 +0200 Subject: Fix typos Change-Id: I9701cc93a9f4315e71c133237fdd96ef6964c8ff Reviewed-on: https://gerrit.libreoffice.org/29438 Tested-by: Jenkins Reviewed-by: Noel Grandin --- qadevOOo/runner/lib/StatusException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo') diff --git a/qadevOOo/runner/lib/StatusException.java b/qadevOOo/runner/lib/StatusException.java index 328fc4ff1899..98ca686af3b7 100644 --- a/qadevOOo/runner/lib/StatusException.java +++ b/qadevOOo/runner/lib/StatusException.java @@ -20,7 +20,7 @@ package lib; /** * StatusException is used to pass a Status object from a test code which is - * terminated abnormaly. In many cases this is because of an exception thrown, + * terminated abnormally. In many cases this is because of an exception thrown, * but that can also be any other event that hinders the test execution. */ public class StatusException extends RuntimeException { -- cgit