X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fhb-draw.h;h=f82cc34842e740419945e7ae1ee77c0b85e1933a;hb=8b9bac85deb2ace750acafa5e0da676f633aadeb;hp=98eccf4c0c081cf9e9fb13e596265aafa1832336;hpb=fe65a6a32ba3654c532639ba656bd66b041d7dc6;p=platform%2Fupstream%2Fharfbuzz.git diff --git a/src/hb-draw.h b/src/hb-draw.h index 98eccf4..f82cc34 100644 --- a/src/hb-draw.h +++ b/src/hb-draw.h @@ -22,7 +22,7 @@ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. */ -#ifndef HB_H_IN +#if !defined(HB_H_IN) && !defined(HB_NO_SINGLE_HEADER_ERROR) #error "Include instead." #endif @@ -50,7 +50,7 @@ typedef void (*hb_draw_close_path_func_t) (void *user_data); * * Glyph draw callbacks. * - * _move_to, _line_to and _cubic_to calls are nessecary to be defined but we + * _move_to, _line_to and _cubic_to calls are necessary to be defined but we * translate _quadratic_to calls to _cubic_to if the callback isn't defined. * * Since: EXPERIMENTAL