Skip to content

Commit 89e3d06

Browse files
authored
Typo fix
1 parent 5ac56e7 commit 89e3d06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ At the end of the `configure` script run you will see the summary:
829829
Now you type `make` and `sudo make install`. This will build the library, and the modules for interpreters. Also will install the compiled modules to the destination directories.
830830

831831
## Naming convention
832-
To avoid the name collosion of modules in the `bindings/` directory, the compiled modules will have different names: `mscpylogparser.so` for Python, `msclualogparser.so` for Lua, `mscrubylogparser.so` for Ruby, and `mscphplogparser.so` for PHP.
832+
To avoid the name collison of modules in the `bindings/` directory, the compiled modules will have different names: `mscpylogparser.so` for Python, `msclualogparser.so` for Lua, `mscrubylogparser.so` for Ruby, and `mscphplogparser.so` for PHP.
833833

834834
## Using of module
835835

@@ -842,4 +842,4 @@ In case of PHP please note, that normally PHP does not allow to import the exten
842842
Also if you do not set `--prefix`, then it will be the `/usr/local`, and the library will installed to `/usr/local/lib`. Perhaps you should run `sudo ldconfig` after the install process.
843843

844844
## Bugs, feature requests
845-
If you have any problem or feature request, please open an issue on Github, or send us an e-mail: modsecurity at digitalwave dot hu.
845+
If you have any problem or feature request, please open an issue on Github, or send us an e-mail: modsecurity at digitalwave dot hu.

0 commit comments

Comments
 (0)