GUAC-1389: Fix spelling of "previously".
This commit is contained in:
parent
3734a68a42
commit
c3a487f9ec
@ -114,7 +114,7 @@ void guac_pool_free(guac_pool* pool);
|
|||||||
* @return
|
* @return
|
||||||
* The next available integer, which may be either an integer not yet
|
* The next available integer, which may be either an integer not yet
|
||||||
* returned by a call to guac_pool_next_int, or an integer which was
|
* returned by a call to guac_pool_next_int, or an integer which was
|
||||||
* previosly returned, but has since been freed.
|
* previously returned, but has since been freed.
|
||||||
*/
|
*/
|
||||||
int guac_pool_next_int(guac_pool* pool);
|
int guac_pool_next_int(guac_pool* pool);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user