From 645e29457c3a51cb262a61f2fe8e73ad9e606230 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru <sylvestre.ledru@scilab-enterprises.com> Date: Wed, 10 Jul 2013 11:48:27 +0200 Subject: Fix a typo (Retruns => Returns) --- src/java/com/jogamp/common/util/JogampVersion.java | 4 ++-- src/java/jogamp/common/os/elf/ElfHeader.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/java/com/jogamp/common/util/JogampVersion.java b/src/java/com/jogamp/common/util/JogampVersion.java index 14f6ada..046f18c 100644 --- a/src/java/com/jogamp/common/util/JogampVersion.java +++ b/src/java/com/jogamp/common/util/JogampVersion.java @@ -154,8 +154,8 @@ public class JogampVersion { return this.getAttribute(Attributes.Name.IMPLEMENTATION_URL); } - /** - * Retruns the {@link Attributes.Name#IMPLEMENTATION_VERSION IMPLEMENTATION_VERSION}. + /** + * Returns the {@link Attributes.Name#IMPLEMENTATION_VERSION IMPLEMENTATION_VERSION}. * <p> * E.g. <code>2.0.2-rc-20130328</code> for snapshots prior to <code>2.0.2</code> release * and <code>2.0.2</code> for the upcoming release. diff --git a/src/java/jogamp/common/os/elf/ElfHeader.java b/src/java/jogamp/common/os/elf/ElfHeader.java index 3b82a69..88562cf 100644 --- a/src/java/jogamp/common/os/elf/ElfHeader.java +++ b/src/java/jogamp/common/os/elf/ElfHeader.java @@ -468,7 +468,7 @@ public class ElfHeader { EM_X86_64 == m; } - /** Retruns the processor-specific flags associated with the file. */ + /** Returns the processor-specific flags associated with the file. */ public final int getFlags() { return d.getE_flags(); } -- cgit v1.2.3