GUAC-236: Correct typos in comments.
This commit is contained in:
parent
e3d1af1953
commit
acf2d2b004
@ -45,7 +45,7 @@ int main(int argc, char* argv[]) {
|
|||||||
int opt;
|
int opt;
|
||||||
while ((opt = getopt(argc, argv, "s:r:")) != -1) {
|
while ((opt = getopt(argc, argv, "s:r:")) != -1) {
|
||||||
|
|
||||||
/* -d: Dimensions */
|
/* -s: Dimensions (WIDTHxHEIGHT) */
|
||||||
if (opt == 's') {
|
if (opt == 's') {
|
||||||
if (guacenc_parse_dimensions(optarg, &width, &height)) {
|
if (guacenc_parse_dimensions(optarg, &width, &height)) {
|
||||||
guacenc_log(GUAC_LOG_ERROR, "Invalid dimensions.");
|
guacenc_log(GUAC_LOG_ERROR, "Invalid dimensions.");
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The initial number of bytes to allocate for the image data buffer. If this
|
* The initial number of bytes to allocate for the image data buffer. If this
|
||||||
* buffer is not sufficiently larged, it will be dynamically reallocated as it
|
* buffer is not sufficiently large, it will be dynamically reallocated as it
|
||||||
* grows.
|
* grows.
|
||||||
*/
|
*/
|
||||||
#define GUACENC_IMAGE_STREAM_INITIAL_LENGTH 4096
|
#define GUACENC_IMAGE_STREAM_INITIAL_LENGTH 4096
|
||||||
|
Loading…
Reference in New Issue
Block a user