summaryrefslogtreecommitdiff
path: root/debian/patches/fix-spelling-of-writable.patch
blob: 04e24518b69b80f1563213451a9d2a40926c5c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: inotify-tools/src/common.c
===================================================================
--- inotify-tools.orig/src/common.c	2012-01-31 08:57:59.000000000 -0800
+++ inotify-tools/src/common.c	2012-06-18 02:10:25.000000000 -0700
@@ -26,7 +26,7 @@
 	printf("\tmodify\t\tfile or directory contents were written\n");
 	printf("\tattrib\t\tfile or directory attributes changed\n");
 	printf("\tclose_write\tfile or directory closed, after being opened in\n"
-	       "\t           \twriteable mode\n");
+	       "\t           \twritable mode\n");
 	printf("\tclose_nowrite\tfile or directory closed, after being opened in\n"
 	       "\t           \tread-only mode\n");
 	printf("\tclose\t\tfile or directory closed, regardless of read/write "