aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSylvestre Ledru <[email protected]>2013-07-10 11:48:27 +0200
committerSven Gothel <[email protected]>2013-07-10 13:38:43 +0200
commit645e29457c3a51cb262a61f2fe8e73ad9e606230 (patch)
tree7b520840002505a3cebe85c8dd46d419ee010f8e /src
parent33ff1e3a6e64288028d8c2a8beb350a9f7c89720 (diff)
Fix a typo (Retruns => Returns)
Diffstat (limited to 'src')
-rw-r--r--src/java/com/jogamp/common/util/JogampVersion.java4
-rw-r--r--src/java/jogamp/common/os/elf/ElfHeader.java2
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();
}