summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Niebur <ryan@debian.org>2012-06-18 02:44:13 -0700
committerRyan Niebur <ryan@debian.org>2012-06-18 02:44:13 -0700
commit3561f0714ba9b401d3cacbc07c405d92a1512a6a (patch)
tree9c168cdfc3ff4beef36cbe207f0224e29b0b2e94
parentb55d72591a53e11609b037d1f1f49a562e464eb9 (diff)
fix my spelling mistake
-rw-r--r--debian/patches/document-files-handled-by-their-inodes12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/document-files-handled-by-their-inodes b/debian/patches/document-files-handled-by-their-inodes
index 7243250..16287c7 100644
--- a/debian/patches/document-files-handled-by-their-inodes
+++ b/debian/patches/document-files-handled-by-their-inodes
@@ -1,7 +1,7 @@
Index: inotify-tools/man/inotifywait.1
===================================================================
---- inotify-tools.orig/man/inotifywait.1 2012-06-18 02:37:12.000000000 -0700
-+++ inotify-tools/man/inotifywait.1 2012-06-18 02:37:20.000000000 -0700
+--- inotify-tools.orig/man/inotifywait.1 2012-06-18 02:43:47.000000000 -0700
++++ inotify-tools/man/inotifywait.1 2012-06-18 02:44:02.000000000 -0700
@@ -332,6 +332,14 @@
DELETE badfile
.fi
@@ -10,7 +10,7 @@ Index: inotify-tools/man/inotifywait.1
+
+When using inotifywait, the filename that is outputted is not
+guaranteed to be up to date after a move because it is the inode that
-+is being monitored. Additionaly, none of the observed operations are
++is being monitored. Additionally, none of the observed operations are
+guaranteed to have been performed on the filename inotifywait was
+instructed to monitor in cases when the file is known by several names
+in the filesystem.
@@ -19,8 +19,8 @@ Index: inotify-tools/man/inotifywait.1
There are race conditions in the recursive directory watching code
Index: inotify-tools/man/inotifywatch.1
===================================================================
---- inotify-tools.orig/man/inotifywatch.1 2012-06-18 02:37:12.000000000 -0700
-+++ inotify-tools/man/inotifywatch.1 2012-06-18 02:37:20.000000000 -0700
+--- inotify-tools.orig/man/inotifywatch.1 2012-06-18 02:43:47.000000000 -0700
++++ inotify-tools/man/inotifywatch.1 2012-06-18 02:43:57.000000000 -0700
@@ -254,6 +254,15 @@
2 2 0 /home/rohan/.beagle/Indexes/KMailIndex/SecondaryIndex/
.fi
@@ -29,7 +29,7 @@ Index: inotify-tools/man/inotifywatch.1
+
+When using inotifywatch, the filename that is outputted is not
+guaranteed to be up to date after a move because it is the inode that
-+is being monitored. Additionaly, none of the observed operations are
++is being monitored. Additionally, none of the observed operations are
+guaranteed to have been performed on the filename inotifywatch was
+instructed to monitor in cases when the file is known by several names
+in the filesystem.