[libedit/private-kdudka-minor-fixes] examples/fileman.c: fix minor typo in a comment

Kamil Dudka kdudka at fedoraproject.org
Wed Jul 24 14:21:04 UTC 2013


commit 3f57cb9488518a9e80cc66ae58ffa72e1ab18bc4
Author: Ondrej Vasik <ovasik at redhat.com>
Date:   Wed Jul 24 16:15:32 2013 +0200

    examples/fileman.c: fix minor typo in a comment

 ...les-fileman.c-fix-minor-typo-in-a-comment.patch |   25 ++++++++++++++++++++
 libedit.spec                                       |    3 ++
 2 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/0001-examples-fileman.c-fix-minor-typo-in-a-comment.patch b/0001-examples-fileman.c-fix-minor-typo-in-a-comment.patch
new file mode 100644
index 0000000..eb59b5c
--- /dev/null
+++ b/0001-examples-fileman.c-fix-minor-typo-in-a-comment.patch
@@ -0,0 +1,25 @@
+From 721397e7e91ab8f40e55cbbc04172289ddd5e0ea Mon Sep 17 00:00:00 2001
+From: Ondrej Vasik <ovasik at redhat.com>
+Date: Wed, 24 Jul 2013 16:15:32 +0200
+Subject: [PATCH] examples/fileman.c: fix minor typo in a comment
+
+---
+ examples/fileman.c |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/examples/fileman.c b/examples/fileman.c
+index dfa0148..f5c1f48 100644
+--- a/examples/fileman.c
++++ b/examples/fileman.c
+@@ -3,7 +3,7 @@
+    to manipulate files and their modes.
+ 
+    NOTE: this was taken from the GNU Readline documentation and ported
+-   to libedit. A commad to output the history list was added.
++   to libedit. A command to output the history list was added.
+    
+    */
+ 
+-- 
+1.7.1
+
diff --git a/libedit.spec b/libedit.spec
index e302198..8a9936f 100644
--- a/libedit.spec
+++ b/libedit.spec
@@ -9,6 +9,8 @@ Group:		System Environment/Libraries
 URL:		http://www.thrysoee.dk/editline/
 Source0:	http://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
 
+Patch1:		0001-examples-fileman.c-fix-minor-typo-in-a-comment.patch
+
 BuildRequires:	ncurses-devel
 
 %description
@@ -29,6 +31,7 @@ This package contains development files for %{name}.
 
 %prep
 %setup -q -n %{name}-%{snap}-%{version}
+%patch1 -p1
 
 # Suppress rpmlint error.
 iconv -f ISO8859-1 -t UTF-8 -o ChangeLog.utf-8 ChangeLog


More information about the scm-commits mailing list