This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

patch: typo fix in setup.exe


Assuming this is the right place for this patch - something I noticed
today, when I got an error message including the word "thelist".


2014-09-27  Eric Blake  <eblake@redhat.com>

	* res.rc: Fix missing space.

Index: res.rc
===================================================================
RCS file: /cvs/cygwin-apps/setup/res.rc,v
retrieving revision 2.108
diff -u -p -r2.108 res.rc
--- res.rc	15 Nov 2013 12:15:23 -0000	2.108
+++ res.rc	27 Sep 2014 16:25:49 -0000
@@ -387,7 +387,7 @@ CAPTION "Cygwin Setup - Use dropped mirr
 FONT 8, "MS Shell Dlg"
 BEGIN
     LTEXT           "Warning:",IDC_STATIC,7,8,40,8
-    LTEXT           "One or more mirrors you have selected is/are not
on the"
+    LTEXT           "One or more mirrors you have selected is/are not
on the "
                     "list of official Cygwin mirrors any more. "
                     "It/They may be out of date or missing some
packages.\n"
                     "This affects the following mirror(s):",

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]