From 5de1b75a70f2c3fcbfa75229e0dd0ab51ef01972 Mon Sep 17 00:00:00 2001 From: Jaeheon Shim <35268332+jaeheonshim@users.noreply.github.com> Date: Wed, 9 Oct 2019 20:56:35 -0400 Subject: [PATCH] Update Icicle.java Spelling fix --- .../core/src/com/udacity/gamedev/icicles/Icicle.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.7.07-Exercise-AddTheIcicles/core/src/com/udacity/gamedev/icicles/Icicle.java b/1.7.07-Exercise-AddTheIcicles/core/src/com/udacity/gamedev/icicles/Icicle.java index d682588c..5e400608 100644 --- a/1.7.07-Exercise-AddTheIcicles/core/src/com/udacity/gamedev/icicles/Icicle.java +++ b/1.7.07-Exercise-AddTheIcicles/core/src/com/udacity/gamedev/icicles/Icicle.java @@ -19,7 +19,7 @@ public Icicle(Vector2 position) { } public void update(float delta) { - // TODO: Update velocity using icicle accelration constant + // TODO: Update velocity using icicle acceleration constant // TODO: Update position using velocity