From d9dbf2ec1a68d086c45e7280fd2d5ac9dd831fef Mon Sep 17 00:00:00 2001 From: ctingue Date: Mon, 17 Oct 2016 13:22:13 -0700 Subject: [PATCH] Fix spelling in Javadoc for SheetSynchronizer ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136387503 --- java/google/registry/export/sheet/SheetSynchronizer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/google/registry/export/sheet/SheetSynchronizer.java b/java/google/registry/export/sheet/SheetSynchronizer.java index faf0512b0..8d46f078e 100644 --- a/java/google/registry/export/sheet/SheetSynchronizer.java +++ b/java/google/registry/export/sheet/SheetSynchronizer.java @@ -54,7 +54,7 @@ class SheetSynchronizer { * * @param spreadsheetId The ID of your spreadsheet. This can be obtained by opening the Google * spreadsheet in your browser and copying the ID from the URL. - * @param data This should be a sorted list of rows containing the enterity of the + * @param data This should be a sorted list of rows containing the entirety of the * spreadsheet. Each row is a map, where the key must be exactly the same as the column header * cell in the spreadsheet, and value is an arbitrary object which will be converted to a * string before storing it in the spreadsheet.