From fc72fe0d6d9b3ca23b2c177960cdff9ff7554ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Sat, 14 Dec 2013 14:50:46 +0100 Subject: [PATCH] typos in api jdoc --- li/cil/oc/api/network/Visibility.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/li/cil/oc/api/network/Visibility.java b/li/cil/oc/api/network/Visibility.java index 7ecec23ee..e91a79043 100644 --- a/li/cil/oc/api/network/Visibility.java +++ b/li/cil/oc/api/network/Visibility.java @@ -1,18 +1,18 @@ package li.cil.oc.api.network; /** - * Possible reachability values foe nodes. + * Possible reachability values for nodes. *

* Since all nodes that are connected are packed into the same network, we want * some way of controlling what's accessible from where on a low level (to * avoid unnecessary messages and unauthorized access). *

* Note that there is a more specific kind of visibility for components. See - * `Component` for more details on that. + * {@link Component} for more details on that. */ public enum Visibility { /** - * Nodes with this visibility neither receives nor sends messages. + * Nodes with this visibility neither receive nor send messages. *

* Components with this visibility cannot be seen nor reached by computers. */