diff options
author | Sven Gothel <[email protected]> | 2014-10-07 19:26:38 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-10-08 22:13:37 +0200 |
commit | b257176d6afd6b985b178407d5b7f3ecd0a3a0e2 (patch) | |
tree | e51daa31d2991afdd69a0d8038392d0a84e7413e /src | |
parent | 29636ef01f4909cd2afdd71f9bb9c26d6bbd26b6 (diff) |
NEWT Display: Fix typo in API doc
Diffstat (limited to 'src')
-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) { |