From 624f84c07ee798f6bbf4381c26262d5d2774a1ed Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 15 Jan 2018 09:09:57 +0100 Subject: Fix typos Change-Id: I078626eaa3155cc429320cc8c1532003b382b22a Reviewed-on: https://gerrit.libreoffice.org/47855 Tested-by: Jenkins Reviewed-by: Julien Nabet --- odk/examples/DevelopersGuide/Text/TextDocuments.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk/examples/DevelopersGuide/Text') diff --git a/odk/examples/DevelopersGuide/Text/TextDocuments.java b/odk/examples/DevelopersGuide/Text/TextDocuments.java index 241733747c0c..6566d5e7fc66 100644 --- a/odk/examples/DevelopersGuide/Text/TextDocuments.java +++ b/odk/examples/DevelopersGuide/Text/TextDocuments.java @@ -965,7 +965,7 @@ public class TextDocuments { ++nDepth; } while ( nDepth < 200 && aBlockNames.length == 0 ); - // If we managed to find a group containg blocks... + // If we managed to find a group containing blocks... if ( aBlockNames.length > 0 ) { // Pick a random block in this group and get its -- cgit