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 /README.EXT_SKEL | |
parent | 808f8ed3060b2985cc9c067073c63c62c4613565 (diff) | |
download | php-git-246999a51f75c61f321cac5db684142248853e4e.tar.gz |
Tiny wording fix
Diffstat (limited to 'README.EXT_SKEL')
-rw-r--r-- | README.EXT_SKEL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.EXT_SKEL b/README.EXT_SKEL index 9f3a2e59a4..cedda53c75 100644 --- a/README.EXT_SKEL +++ b/README.EXT_SKEL @@ -126,7 +126,7 @@ CURRENT LIMITATIONS, BUGS AND OTHER ODDITIES Don't trust too much the generated code. It tries to be useful in most of the situations you might encounter, but automatic code generating will never - beat a programmer who knows the real situation at hand. axt_skel is generally + beat a programmer who knows the real situation at hand. ext_skel is generally best suited for quickly generating a wrapper for c-library functions you might want to have available in PHP too. |