diff options
author | Kenneth Russel <[email protected]> | 2005-05-27 21:26:03 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-05-27 21:26:03 +0000 |
commit | a3944ffd82fe2d12643cbf59d326ae1ccf535a5b (patch) | |
tree | 17f23e701372f441f848ee06ec4cefc663eac2b9 /src/net/java/games/jogl/Version.java | |
parent | e74339cd179c38c9cdda05e293f8e6005814c6c5 (diff) |
Javadoc fixes
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@287 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/net/java/games/jogl/Version.java')
-rw-r--r-- | src/net/java/games/jogl/Version.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/java/games/jogl/Version.java b/src/net/java/games/jogl/Version.java index 93720952a..8f488a8b2 100644 --- a/src/net/java/games/jogl/Version.java +++ b/src/net/java/games/jogl/Version.java @@ -92,8 +92,8 @@ public final class Version { private static final String version = "1.1.0-b12"; /** - * Returns the verison string and build number of - * this implementation. See the class descritpion + * Returns the version string and build number of + * this implementation. See the class description * for the version string format. * * @return The version string of this implementation. |