diff options
| author | Pavel Roskin <plroskin@gmail.com> | 2016-02-13 20:41:07 -0800 |
|---|---|---|
| committer | Pavel Roskin <plroskin@gmail.com> | 2016-02-13 20:41:07 -0800 |
| commit | 92a6833e9b808301bb3435bc1290f4b8d6242be5 (patch) | |
| tree | 98b1175dafcc2d3177fce02b91b77a6f6eb1e620 /xorg/tests/xdemo/bmp_parser.c | |
| parent | afa6ec97cc90ce45086df13ca7a5914a28175820 (diff) | |
| download | xrdp-proprietary-92a6833e9b808301bb3435bc1290f4b8d6242be5.tar.gz xrdp-proprietary-92a6833e9b808301bb3435bc1290f4b8d6242be5.zip | |
Fix typos
Diffstat (limited to 'xorg/tests/xdemo/bmp_parser.c')
| -rw-r--r-- | xorg/tests/xdemo/bmp_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/tests/xdemo/bmp_parser.c b/xorg/tests/xdemo/bmp_parser.c index 66c050d8..60d86864 100644 --- a/xorg/tests/xdemo/bmp_parser.c +++ b/xorg/tests/xdemo/bmp_parser.c @@ -70,7 +70,7 @@ int parse_bmp(char *filename, struct pic_info *pic_info) if ((fd = open(filename, O_RDONLY)) < 0) { - printf("error opeing %s\n", filename); + printf("error opening %s\n", filename); return -1; } |
