qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] qemacs image.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs image.c
Date: Sun, 06 Mar 2016 16:58:53 +0000

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        16/03/06 16:58:53

Modified files:
        .              : image.c 

Log message:
        fixed typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/image.c?cvsroot=qemacs&r1=1.29&r2=1.30

Patches:
Index: image.c
===================================================================
RCS file: /sources/qemacs/qemacs/image.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- image.c     27 Aug 2015 15:32:09 -0000      1.29
+++ image.c     6 Mar 2016 16:58:53 -0000       1.30
@@ -824,7 +824,7 @@
     if (ret < 0) {
         /* remove temporary image */
         image_free(ib1);
-        put_status(e, "Convertion from '%s' to '%s' not supported yet",
+        put_status(e, "Conversion from '%s' to '%s' not supported yet",
                    avcodec_get_pix_fmt_name(ib->pix_fmt),
                    avcodec_get_pix_fmt_name(new_pix_fmt));
         return;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]