diff options
-rw-r--r-- | src/java/com/jogamp/common/util/JogampVersion.java | 4 | ||||
-rw-r--r-- | 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(); } |