Skip to content

Commit

Permalink
Typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
massemanet committed Feb 6, 2010
1 parent 5ad7b2c commit 46f5bcb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README
@@ -1,7 +1,7 @@

Introduction
------------
Inofity is on erlang port for the Linux inotify API allowing one to monitor
Inotify is on erlang port for the Linux inotify API allowing one to monitor
changes to files and directory in the filesystem.

Installation
Expand Down Expand Up @@ -89,8 +89,10 @@ ok

Using inotify
-------------
For an example on how to use inotify take a look at the function test/0 in
inotify.erl.
This is the erlang program inotify.erl, not the underlying linux syscall.

For an example on how to use inotify take a look at the function
test/0 in inotify.erl.

The listener process gets a message of the form
{event, WatchDescriptor, EventList, Cookie, Name}
Expand Down

0 comments on commit 46f5bcb

Please sign in to comment.