Correct some typos
This commit is contained in:
parent
c6ad27566a
commit
1b20057c61
4
ph7.h
4
ph7.h
@ -29,7 +29,7 @@
|
|||||||
* accompanying software that uses the PH7 engine software.
|
* accompanying software that uses the PH7 engine software.
|
||||||
* The source code must either be included in the distribution
|
* The source code must either be included in the distribution
|
||||||
* or be available for no more than the cost of distribution plus
|
* or be available for no more than the cost of distribution plus
|
||||||
* a nominal fee, and must be freely redistributable under reasonable
|
* a nominal fee, and must be freely redistributeable under reasonable
|
||||||
* conditions. For an executable file, complete source code means
|
* conditions. For an executable file, complete source code means
|
||||||
* the source code for all modules it contains.It does not include
|
* the source code for all modules it contains.It does not include
|
||||||
* source code for modules or files that typically accompany the major
|
* source code for modules or files that typically accompany the major
|
||||||
@ -449,7 +449,7 @@ typedef sxi64 ph7_int64;
|
|||||||
*/
|
*/
|
||||||
#define PH7_PHP_EXPR 0x02 /* This flag is reserved for future use. */
|
#define PH7_PHP_EXPR 0x02 /* This flag is reserved for future use. */
|
||||||
/*
|
/*
|
||||||
* Call Context Error Message Serverity Level.
|
* Call Context Error Message Severity Level.
|
||||||
*
|
*
|
||||||
* The following constans are the allowed severity level that can
|
* The following constans are the allowed severity level that can
|
||||||
* passed as the second argument to the [ph7_context_throw_error()] or
|
* passed as the second argument to the [ph7_context_throw_error()] or
|
||||||
|
Loading…
Reference in New Issue
Block a user