From b86ef3b7fa3713031858f7d39c084445a5976a83 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 21 Jul 2018 11:09:44 +0200 Subject: Fix typos Change-Id: I326827c394347cbe9fad242e9da5702cba7a4d95 Reviewed-on: https://gerrit.libreoffice.org/57761 Tested-by: Jenkins Reviewed-by: Jens Carl --- odk/examples/java/Spreadsheet/SCalc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk') diff --git a/odk/examples/java/Spreadsheet/SCalc.java b/odk/examples/java/Spreadsheet/SCalc.java index 5772ab31b9a9..96fdc1ad429d 100644 --- a/odk/examples/java/Spreadsheet/SCalc.java +++ b/odk/examples/java/Spreadsheet/SCalc.java @@ -121,7 +121,7 @@ public class SCalc { //oooooooooooooooooooooooooooStep 3oooooooooooooooooooooooooooooooooooooooooo // create cell styles. - // For this purpose get the StyleFamiliesSupplier and the familiy + // For this purpose get the StyleFamiliesSupplier and the family // CellStyle. Create an instance of com.sun.star.style.CellStyle and // add it to the family. Now change some properties -- cgit