Commit 83eb64a9 authored by AKandAK's avatar AKandAK Committed by Jeffrey Schiller

Change Accerleromter to Accelerometer

parent 7df59e9d
......@@ -69,7 +69,7 @@ public class Camera extends AndroidNonvisibleComponent
// whether to open into the front-facing camera
private boolean useFront;
// wether or not we have permission to use the camera
// whether or not we have permission to use the camera
private boolean havePermission = false;
......
......@@ -31,7 +31,7 @@ import android.util.Log;
*/
@DesignerComponent(version = YaVersion.PEDOMETER_COMPONENT_VERSION,
description = "A Component that acts like a Pedometer. It senses motion via the " +
"Accerleromter and attempts to determine if a step has been " +
"Accelerometer and attempts to determine if a step has been " +
"taken. Using a configurable stride length, it can estimate the " +
"distance traveled as well. ",
category = ComponentCategory.SENSORS,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment