Merge pull request #5 from rogeriopradoj/fix-typo

Fix typo REDAME -> README

* rogeriopradoj/fix-typo:
  Fix typo REDAME -> README
This commit is contained in:
Hannes Magnusson
2014-07-16 09:00:18 -07:00
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@');