[SCM] Write filesystems in Perl using FUSE branch, master, updated. 8accea7538f18535c258e4b95617ef87bcdd39e5

Bastien ROUCARIÈS roucaries.bastien at gmail.com
Wed Jan 11 10:35:34 UTC 2012


The following commit has been merged in the master branch:
commit 01f60860d4d1506367ccec5981990e635298fccf
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Wed Jan 11 11:33:05 2012 +0100

    Fix a new typo
    
    Fix a new typo in man pages

diff --git a/debian/patches/0002-Fix-another-typo-in-documentation-separeted.patch b/debian/patches/0002-Fix-another-typo-in-documentation-separeted.patch
new file mode 100644
index 0000000..5512ffd
--- /dev/null
+++ b/debian/patches/0002-Fix-another-typo-in-documentation-separeted.patch
@@ -0,0 +1,33 @@
+From d838c868b6b3b1416e51fff1f194c7387a9c8a67 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= <roucaries.bastien at gmail.com>
+Date: Wed, 11 Jan 2012 11:26:33 +0100
+Subject: [PATCH 2/2] Fix another typo in documentation: separeted
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+From: Bastien ROUCARIÈS <roucaries.bastien+debian at gmail.com>
+
+Fix a typo in documentation: Separeted -> Separated
+
+Forwarded: Dobrica Pavlinusic <dpavlin at rot13.org>
+---
+ Fuse.pm |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Fuse.pm b/Fuse.pm
+index 92a0120..fa44f3c 100755
+--- a/Fuse.pm
++++ b/Fuse.pm
+@@ -203,7 +203,7 @@ mountopts => string
+ 
+ =over 1
+ 
+-This is a comma seperated list of mount options to pass to the FUSE kernel
++This is a comma separated list of mount options to pass to the FUSE kernel
+ module.
+ 
+ At present, it allows the specification of the allow_other
+-- 
+1.7.7.3
+
diff --git a/debian/patches/series b/debian/patches/series
index 9178183..d4f0dae 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,3 @@
 0001-Fix-a-typo-in-documentation.patch
+0002-Fix-another-typo-in-documentation-separeted.patch
+

-- 
Write filesystems in Perl using FUSE



More information about the Pkg-perl-cvs-commits mailing list