From 386220ada26f29eb9b340b0a9ebe3b5a76a4e7e7 Mon Sep 17 00:00:00 2001
From: Peter Rajnoha <prajnoha@redhat.com>
Date: Wed, 15 Feb 2012 15:10:31 +0000
Subject: [PATCH] typo

---
 udev/13-dm-disk.rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/udev/13-dm-disk.rules b/udev/13-dm-disk.rules
index 9565ea710..50f0c61a1 100644
--- a/udev/13-dm-disk.rules
+++ b/udev/13-dm-disk.rules
@@ -25,7 +25,7 @@ ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+
 ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_ENC}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_ENC}"
 
 # Add inotify watch to track changes on this device.
-# Using the watch rule is not optimal - it generetes a lot of spurious
+# Using the watch rule is not optimal - it generates a lot of spurious
 # and useless events whenever the device opened for read-write is closed.
 # The best would be to generete the event directly in the tool changing
 # relevant information so only relevant events will be processed