Skip to content
Snippets Groups Projects
Unverified Commit 76e6a06e authored by pojiro's avatar pojiro Committed by GitHub
Browse files

fix typo (#61)

parent 66bda61b
Branches
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ require Logger ...@@ -3,7 +3,7 @@ require Logger
defmodule FileSystem.Backends.FSInotify do defmodule FileSystem.Backends.FSInotify do
@moduledoc """ @moduledoc """
This file is a fork from https://github.com/synrc/fs. This file is a fork from https://github.com/synrc/fs.
FileSysetm backend for linux, freebsd and openbsd, a GenServer receive data from Port, parse event FileSystem backend for linux, freebsd and openbsd, a GenServer receive data from Port, parse event
and send it to the worker process. and send it to the worker process.
Need `inotify-tools` installed to use this backend. Need `inotify-tools` installed to use this backend.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment