diff options
author | Sven Gothel <[email protected]> | 2014-10-07 19:26:38 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-10-07 19:26:38 +0200 |
commit | 02725ae974c277eeff70dcd13533e5b08ea86865 (patch) | |
tree | 65a50bcc649c66eccf4d829503befc53e3dccd0b | |
parent | a8596ec8a1664a6aada7e1ba8c951e86bcae3f92 (diff) |
NEWT Display: Fix typo in API doc
-rw-r--r-- | src/newt/classes/com/jogamp/newt/Display.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/classes/com/jogamp/newt/Display.java b/src/newt/classes/com/jogamp/newt/Display.java index 7091060b3..7ab2794eb 100644 --- a/src/newt/classes/com/jogamp/newt/Display.java +++ b/src/newt/classes/com/jogamp/newt/Display.java @@ -381,7 +381,7 @@ public abstract class Display { * @param type * @param name * @param fromIndex start index, then decreasing until found or end of list. -1 is interpreted as size - 1. - * @paran shared if true, only shared instances are found, otherwise also exclusive + * @param shared if true, only shared instances are found, otherwise also exclusive * @return */ public static Display getLastDisplayOf(final String type, final String name, final int fromIndex, final boolean shared) { |