diff options
| author | Juanma Barranquero | 2010-09-25 14:04:35 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-09-25 14:04:35 +0200 |
| commit | 40b1a3a937512ff35884df2e8e19c3feed9f2688 (patch) | |
| tree | 6229aa08095d281ddb33c6fdd040a0a43fc58f06 /src/image.c | |
| parent | da43f02119eb86ff8a4ee8ce7454b10d261ef714 (diff) | |
| download | emacs-40b1a3a937512ff35884df2e8e19c3feed9f2688.tar.gz emacs-40b1a3a937512ff35884df2e8e19c3feed9f2688.zip | |
Fix typos.
* lisp/finder.el (finder-unknown-keywords):
* lisp/progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
* lisp/progmodes/etags.el (tags-table-including): Fix typos in docstrings.
* lisp/cedet/semantic/lex.el (semantic-ignore-comments): Doc fix.
* lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits):
Fix typo in error message.
(semantic-symref-list-map-open-hits): Fix typo in docstring.
* lisp/org/org-agenda.el (org-agenda-hide-tags-regexp):
* lisp/org/org.el (org-refile-targets): Fix typos in docstrings.
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index ff0bbc1d688..940959e951a 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -8626,7 +8626,7 @@ of `image-library-alist', which see). */) | |||
| 8626 | #if defined (HAVE_IMAGEMAGICK) | 8626 | #if defined (HAVE_IMAGEMAGICK) |
| 8627 | if (EQ (type, Qimagemagick)) | 8627 | if (EQ (type, Qimagemagick)) |
| 8628 | { | 8628 | { |
| 8629 | /* MagickWandGenesis() initalizes the imagemagick library. */ | 8629 | /* MagickWandGenesis() initializes the imagemagick library. */ |
| 8630 | MagickWandGenesis (); | 8630 | MagickWandGenesis (); |
| 8631 | return CHECK_LIB_AVAILABLE (&imagemagick_type, init_imagemagick_functions, | 8631 | return CHECK_LIB_AVAILABLE (&imagemagick_type, init_imagemagick_functions, |
| 8632 | libraries); | 8632 | libraries); |