Skip to content

Commit

Permalink
typo and added source
Browse files Browse the repository at this point in the history
  • Loading branch information
liz3 authored and justinfx committed Jan 20, 2020
1 parent a0c1d44 commit 020a86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imagick/magick_wand_prop.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ func (mw *MagickWand) SetImageProfile(name string, profile []byte) error {
}

// Associates a property with an image.
// Note: Which properties are persisted(file write, byte slice) depends on the writer for the used fle format respectively.
// Refer to the ImageMagick documention for more specific information.
// Note: Which properties are persisted(file write, byte slice) depends on the writer for the used file format respectively.
// Refer to the ImageMagick documention and source for more specific information.
func (mw *MagickWand) SetImageProperty(property, value string) error {
csproperty := C.CString(property)
defer C.free(unsafe.Pointer(csproperty))
Expand Down

0 comments on commit 020a86d

Please sign in to comment.