Skip to content

Commit 1e84bb3

Browse files
committed
LwjglContext: correction to comment ("relevent" -> "relevant")
1 parent f15f3ed commit 1e84bb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jme3-lwjgl/src/main/java/com/jme3/system/lwjgl/LwjglContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009-2020 jMonkeyEngine
2+
* Copyright (c) 2009-2021 jMonkeyEngine
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -252,7 +252,7 @@ protected int getNumSamplesToUse() {
252252
}
253253

254254
/**
255-
* Reinitializes the relevent details of the context. For internal use only.
255+
* Reinitializes the relevant details of the context. For internal use only.
256256
*/
257257
protected void reinitContext() {
258258
initContext(false);

0 commit comments

Comments
 (0)