Fix typo REDAME -> README

Signed-off-by: Rogerio Prado de Jesus <rogeriopradoj@gmail.com>
This commit is contained in:
Rogerio Prado de Jesus
2014-07-16 00:35:06 -03:00
parent 6cdcfb0be0
commit 57234bcc35
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# Please read REDAME.md in the same directory to get more info about filling in this file
# Please read README.md in the same directory to get more info about filling in this file
PHP=@PHP@
SVNDIR=@SVNDIR@

View File

@ -1,5 +1,5 @@
<?php
// Please read REDAME.md in the same directory to get more info about filling in this file
// Please read README.md in the same directory to get more info about filling in this file
define('SVN_DIR', '@SVNDIR@');
define('SQLITE_DIR', '@SQLITEDIR@');