commit 5d923c17c0eddcbb9d1d9ae1a9d17cb0c1cdbdff
Author: Leszek Koltunski <leszek@distorted.org>
Date:   Fri Dec 2 00:31:33 2016 +0000

    Fix the 'Save' app on Android API >=23 (we need to explicitly ask for write permission)

diff --git a/src/main/java/org/distorted/library/DistortedObject.java b/src/main/java/org/distorted/library/DistortedObject.java
index f6e8e08..a22cb3c 100644
--- a/src/main/java/org/distorted/library/DistortedObject.java
+++ b/src/main/java/org/distorted/library/DistortedObject.java
@@ -267,7 +267,7 @@ public abstract class DistortedObject
  * Draw the DistortedObject to the location specified by current Matrix effects.    
  *     
  * @param currTime current time, in milliseconds, as returned by System.currentTimeMillis().
- *        This gets passed on to Interpolators inside the Effects that are currently applied to the 
+ *        This gets passed on to Dynamics inside the Effects that are currently applied to the
  *        Object.
  */
   public void draw(long currTime)
