From 02725ae974c277eeff70dcd13533e5b08ea86865 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 7 Oct 2014 19:26:38 +0200 Subject: NEWT Display: Fix typo in API doc --- src/newt/classes/com/jogamp/newt/Display.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3