[gimp] app, libgimp, pdb: s/procesures/procedures/



commit 45f37b9b6395ae2b6d39a620a829c196a0559846
Author: Jehan <jehan girinstud io>
Date:   Fri May 10 01:38:33 2019 +0900

    app, libgimp, pdb: s/procesures/procedures/
    
    While we are at it, another typo was missed.

 app/pdb/fileops-cmds.c    | 2 +-
 libgimp/gimpfileops_pdb.c | 2 +-
 pdb/groups/fileops.pdb    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/pdb/fileops-cmds.c b/app/pdb/fileops-cmds.c
index 18990c9c3f..f50d34563b 100644
--- a/app/pdb/fileops-cmds.c
+++ b/app/pdb/fileops-cmds.c
@@ -1112,7 +1112,7 @@ register_fileops_procs (GimpPDB *pdb)
   gimp_procedure_set_static_strings (procedure,
                                      "gimp-register-file-handler-uri",
                                      "Registers a file handler procedure as capable of handling URIs.",
-                                     "Registers a file handler procedure as capable of handling URIs. This 
allows GIMP to call the procedure directly for all kinds of URIs, and the 'filename' traditionally passed to 
file procesures turns into an URI.",
+                                     "Registers a file handler procedure as capable of handling URIs. This 
allows GIMP to call the procedure directly for all kinds of URIs, and the 'filename' traditionally passed to 
file procedures turns into an URI.",
                                      "Michael Natterer <mitch gimp org>",
                                      "Michael Natterer",
                                      "2012",
diff --git a/libgimp/gimpfileops_pdb.c b/libgimp/gimpfileops_pdb.c
index 6ed6502f78..4e5d8aefaf 100644
--- a/libgimp/gimpfileops_pdb.c
+++ b/libgimp/gimpfileops_pdb.c
@@ -450,7 +450,7 @@ gimp_register_file_handler_mime (const gchar *procedure_name,
  *
  * Registers a file handler procedure as capable of handling URIs. This
  * allows GIMP to call the procedure directly for all kinds of URIs,
- * and the 'filename' traditionally passed to file procesures turns
+ * and the 'filename' traditionally passed to file procedures turns
  * into an URI.
  *
  * Returns: TRUE on success.
diff --git a/pdb/groups/fileops.pdb b/pdb/groups/fileops.pdb
index 3dc668541e..f2750fcd5a 100644
--- a/pdb/groups/fileops.pdb
+++ b/pdb/groups/fileops.pdb
@@ -595,7 +595,7 @@ sub register_file_handler_uri {
     $help = <<'HELP';
 Registers a file handler procedure as capable of handling URIs. This
 allows GIMP to call the procedure directly for all kinds of URIs, and
-the 'filename' traditionally passed to file procesures turns into an
+the 'filename' traditionally passed to file procedures turns into an
 URI.
 HELP
 


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