From 3eecb2d9825692b4af04ea96372fd03de54809f1 Mon Sep 17 00:00:00 2001 From: Janis Streib Date: Thu, 10 Jul 2014 16:49:41 +0200 Subject: [PATCH] [Doc] Typos --- src/org/cacert/gigi/pages/Page.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/org/cacert/gigi/pages/Page.java b/src/org/cacert/gigi/pages/Page.java index 5e05fdcd..1125db96 100644 --- a/src/org/cacert/gigi/pages/Page.java +++ b/src/org/cacert/gigi/pages/Page.java @@ -27,8 +27,8 @@ public abstract class Page { } /** - * Retrives the default template (<className>.templ) which has already - * been loaded. + * Retrieves the default template (<className>.templ) which has + * already been loaded. * * @return the default template. */ @@ -44,7 +44,7 @@ public abstract class Page { * the request to handle. * @param resp * the response to write to - * @return true, iff the request is consumed and the default template should + * @return true, if the request is consumed and the default template should * not be applied. * @throws IOException * if output goes wrong. @@ -83,9 +83,9 @@ public abstract class Page { } /** - * Returns true, iff this page requires login. Default is true + * Returns true, if this page requires login. Default is true * - * @return iff the page needs login. + * @return if the page needs login. */ public boolean needsLogin() { return true; -- 2.39.2