diff --git a/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c b/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c index d36b880fae..52c4f80820 100644 --- a/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c +++ b/legacy/ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c @@ -1560,7 +1560,7 @@ ecore_x_randr_crtcs_get(Ecore_X_Window root, } /* - * @depricated bad naming. Use ecore_x_randr_window_crtcs_get instead. + * @deprecated bad naming. Use ecore_x_randr_window_crtcs_get instead. * @brief get the CRTCs, which display a certain window * @param window window the displaying CRTCs shall be found for * @param num the number of CRTCs displaying the window @@ -2374,7 +2374,7 @@ ecore_x_randr_screen_current_size_set(Ecore_X_Window root, } /* - * @depricated bad naming. Use ecore_x_randr_window_outputs_get instead. + * @deprecated bad naming. Use ecore_x_randr_window_outputs_get instead. * @brief get the outputs, which display a certain window * @param window window the displaying outputs shall be found for * @param num the number of outputs displaying the window diff --git a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c index 7bf2c862ca..1f4d1bef8e 100644 --- a/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c +++ b/legacy/ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c @@ -534,7 +534,7 @@ ecore_x_randr_crtcs_get(Ecore_X_Window root, } /* - * @depricated bad naming. Use ecore_x_randr_window_crtcs_get instead. + * @deprecated bad naming. Use ecore_x_randr_window_crtcs_get instead. * @brief get the CRTCs, which display a certain window * @param window window the displaying crtcs shall be found for * @param num the number of crtcs displaying the window @@ -2343,7 +2343,7 @@ _ecore_x_randr_current_output_get_fail: } /* - * @depricated bad naming. Use ecore_x_randr_window_outputs_get instead. + * @deprecated bad naming. Use ecore_x_randr_window_outputs_get instead. * @brief get the outputs, which display a certain window * @param window window the displaying outputs shall be found for * @param num the number of outputs displaying the window