[gnome-text-editor] animation: fix some typos



commit 19fcefa67d452c3a8ef9eeefd6fe1b62d435d3b8
Author: Christian Hergert <chergert redhat com>
Date:   Tue Oct 12 17:15:06 2021 -0700

    animation: fix some typos

 src/editor-animation.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/editor-animation.c b/src/editor-animation.c
index a12e322..10207fc 100644
--- a/src/editor-animation.c
+++ b/src/editor-animation.c
@@ -128,7 +128,7 @@ TWEEN (double);
  * @offset: (in): The position within the animation; 0.0 to 1.0.
  *
  * An alpha function to transform the offset within the animation.
- * @EDITOR_ANIMATION_CUBIC means the valu ewill be transformed into
+ * @EDITOR_ANIMATION_CUBIC means the value will be transformed into
  * cubic acceleration (x * x * x).
  */
 static gdouble
@@ -163,7 +163,7 @@ editor_animation_alpha_ease_in_out_cubic (gdouble offset)
  * @offset: (in): The position within the animation; 0.0 to 1.0.
  *
  * An alpha function to transform the offset within the animation.
- * @EDITOR_ANIMATION_LINEAR means no tranformation will be made.
+ * @EDITOR_ANIMATION_LINEAR means no transformation will be made.
  *
  * Returns: @offset.
  * Side effects: None.
@@ -183,7 +183,7 @@ editor_animation_alpha_linear (gdouble offset)
  * @EDITOR_ANIMATION_EASE_IN_QUAD means that the value will be transformed
  * into a quadratic acceleration.
  *
- * Returns: A tranformation of @offset.
+ * Returns: A transformation of @offset.
  * Side effects: None.
  */
 static gdouble
@@ -201,7 +201,7 @@ editor_animation_alpha_ease_in_quad (gdouble offset)
  * @EDITOR_ANIMATION_EASE_OUT_QUAD means that the value will be transformed
  * into a quadratic deceleration.
  *
- * Returns: A tranformation of @offset.
+ * Returns: A transformation of @offset.
  * Side effects: None.
  */
 static gdouble
@@ -220,7 +220,7 @@ editor_animation_alpha_ease_out_quad (gdouble offset)
  * into a quadratic acceleration for the first half, and quadratic
  * deceleration the second half.
  *
- * Returns: A tranformation of @offset.
+ * Returns: A transformation of @offset.
  * Side effects: None.
  */
 static gdouble


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]