[pitivi] Fix source typo



commit 1cbef846dcbe17906c224e03358744c57e87cfe3
Author: luz.paz <luzpaz users noreply github com>
Date:   Mon Aug 26 14:13:52 2019 -0400

    Fix source typo

 pitivi/utils/validate.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/utils/validate.py b/pitivi/utils/validate.py
index e4321ef1..2935c4c9 100644
--- a/pitivi/utils/validate.py
+++ b/pitivi/utils/validate.py
@@ -486,7 +486,7 @@ def select_clips(scenario, action):
     return 1
 
 
-def Parametter(name, desc, mandatory=False, possible_variables=None, types=None):
+def Parameter(name, desc, mandatory=False, possible_variables=None, types=None):
     p = GstValidate.ActionParameter()
     p.description = desc
     p.mandatory = mandatory
@@ -548,7 +548,7 @@ def init():
                                          "Remove clip",
                                          GstValidate.ActionTypeFlags.NONE)
         GstValidate.register_action_type("select-clips", "pitivi",
-                                         select_clips, [Parametter("clip-name",
+                                         select_clips, [Parameter("clip-name",
                                                                    "The name of the clip to select",
                                                                    True, None, "str")],
                                          "Select clips",


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