diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2000-07-16 18:51:00 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2000-07-16 18:51:00 +0000 |
commit | 246999a51f75c61f321cac5db684142248853e4e (patch) | |
tree | 6b545854cb02afa1f13b62a4c6df1986033e9056 /ext/ext_skel | |
parent | 808f8ed3060b2985cc9c067073c63c62c4613565 (diff) | |
download | php-git-246999a51f75c61f321cac5db684142248853e4e.tar.gz |
Tiny wording fix
Diffstat (limited to 'ext/ext_skel')
-rwxr-xr-x | ext/ext_skel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ext_skel b/ext/ext_skel index bfc24ebd26..4edbd3c472 100755 --- a/ext/ext_skel +++ b/ext/ext_skel @@ -245,7 +245,7 @@ To use your new extension, you will have to execute the following steps: 8. $ make Repeat steps 3-6 until you are satisfied with ext/$extname/config.m4 and -step 6 confirms that your module is compiled in PHP. Then, start writing +step 6 confirms that your module is compiled into PHP. Then, start writing code and repeat the last two steps as often as necessary. $warning eof |