com web/doc: Fix typo REDAME -> README: build-ops-sample build-ops-sample.php

[email protected] (Hannes Magnusson) Wed, 16 Jul 2014 03:39:03 +0000
Newsgroups php.doc.web
Message-ID <[email protected]>
Commit:    57234bcc359d7f3ad78b277e14e7ea43165237dd
Author:    Rogerio Prado de Jesus <[email protected]>         Wed, 16 Jul 2014 00:35:06 -0300
Parents:   6cdcfb0be035691bd1c090abdbcba952d29c4d0c
Branches:  master

Link:       http://git.php.net/?p=web/doc.git;a=commitdiff;h=57234bcc359d7f3ad78b277e14e7ea43165237dd

Log:
Fix typo REDAME -> README

Signed-off-by: Rogerio Prado de Jesus <[email protected]>

Changed paths:
  M  build-ops-sample
  M  build-ops-sample.php


Diff:
diff --git a/build-ops-sample b/build-ops-sample
index 2a4cce0..9a8c4cd 100644
--- a/build-ops-sample
+++ b/build-ops-sample
@@ -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@
diff --git a/build-ops-sample.php b/build-ops-sample.php
index d125a92..71b72b8 100644
--- a/build-ops-sample.php
+++ b/build-ops-sample.php
@@ -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@');
\ No newline at end of file