From: Janis Streib Date: Thu, 10 Jul 2014 14:49:41 +0000 (+0200) Subject: [Doc] Typos X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=3eecb2d9825692b4af04ea96372fd03de54809f1 [Doc] Typos --- 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;