Skip to content
This repository was archived by the owner on Mar 2, 2018. It is now read-only.

Commit 3e2b2d1

Browse files
committed
Merge pull request #29 from oxtopus/managers-to-manages
Fixup minor spelling mistake in docstring. managers -> manages
2 parents 129691b + f7e38ab commit 3e2b2d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • MotionTrackingJava/src/com/projecttango/experiments/javamotiontracking
  • PointCloudJava/src/com/projecttango/experiments/javapointcloud

MotionTrackingJava/src/com/projecttango/experiments/javamotiontracking/MTGLRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import com.projecttango.tangoutils.renderables.Trajectory;
3131

3232
/**
33-
* OpenGL rendering class for the Motion Tracking API sample. This class managers the objects
33+
* OpenGL rendering class for the Motion Tracking API sample. This class manages the objects
3434
* visible in the OpenGL view which are the {@link CameraFrustum}, {@link CameraFrustumAndAxis},
3535
* {@link Trajectory}, and the {@link Grid}. These objects are implemented in the TangoUtils library
3636
* in the package {@link com.projecttango.tangoutils.renderables}.

PointCloudJava/src/com/projecttango/experiments/javapointcloud/PCRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import com.projecttango.tangoutils.renderables.PointCloud;
3131

3232
/**
33-
* OpenGL rendering class for the Motion Tracking API sample. This class managers the objects
33+
* OpenGL rendering class for the Motion Tracking API sample. This class manages the objects
3434
* visible in the OpenGL view which are the {@link CameraFrustum}, {@link PointCloud} and the
3535
* {@link Grid}. These objects are implemented in the TangoUtils library in the package
3636
* {@link com.projecttango.tangoutils.renderables}.

0 commit comments

Comments
 (0)