summaryrefslogtreecommitdiff
path: root/debian/patches/fix-spelling-of-writable.patch
blob: 686ba4707bb78f40fa1d004add964b42094c337e (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-06-18 02:29:38.000000000 -0700
+++ inotify-tools/src/common.c	2012-06-18 02:37:16.000000000 -0700
@@ -25,7 +25,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 "