Misc. comment typos

Found via `codespell`

(cherry picked from commit 732bcb463e)
This commit is contained in:
luz.paz
2018-07-14 07:15:26 -04:00
committed by Michael Natterer
parent e747cbad6b
commit 2883b8fb40
6 changed files with 9 additions and 7 deletions

View File

@ -951,7 +951,7 @@ typedef enum
* @GIMP_ORIENTATION_VERTICAL: Vertical
* @GIMP_ORIENTATION_UNKNOWN: Unknown
*
* Orientations for verious purposes.
* Orientations for various purposes.
**/
#define GIMP_TYPE_ORIENTATION_TYPE (gimp_orientation_type_get_type ())

View File

@ -67,7 +67,7 @@ void gimp_pixpipe_params_parse (const gchar *parameters,
/* Build a string representation of GimpPixPipeParams */
gchar * gimp_pixpipe_params_build (GimpPixPipeParams *params) G_GNUC_MALLOC;
/* Free the internal values. It does not free the struct itsef. */
/* Free the internal values. It does not free the struct itself. */
void gimp_pixpipe_params_free (GimpPixPipeParams *params);
G_END_DECLS