Misc. comment typos
Found via `codespell`
(cherry picked from commit 732bcb463e)
This commit is contained in:
committed by
Michael Natterer
parent
e747cbad6b
commit
2883b8fb40
@ -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 ())
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user