Ver código fonte

AppProfiler: Fixed typo in comment (#1535)

Alexander Münch 4 anos atrás
pai
commit
e3f6ac4622

+ 1 - 1
jme3-core/src/main/java/com/jme3/profile/AppProfiler.java

@@ -39,7 +39,7 @@ import com.jme3.renderer.queue.RenderQueue.Bucket;
 /**
  *  Can be hooked into the application (and render manager)
  *  to receive callbacks about specific frame steps.  It is up
- *  to the specific implememtation to decide what to do with
+ *  to the specific implementation to decide what to do with
  *  the information.
  *
  *  @author    Paul Speed