The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

c/main: Fix typos

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2238>

authored by

Rylie Pavlik and committed by
Marge Bot
7ce4e8f6 9f707c35

+2 -2
+2 -2
src/xrt/compositor/main/comp_mirror_to_debug_gui.c
··· 353 353 // Reset state. 354 354 m->push_every_frame_out_of_X = 2; 355 355 356 - // Init widigts. 356 + // Init widget. 357 357 u_frame_times_widget_init(&m->push_frame_times, 0.f, 0.f); 358 358 comp_mirror_fixup_ui_state(m, c); 359 359 ··· 682 682 D(DescriptorPool, m->blit.descriptor_pool); 683 683 D(DescriptorSetLayout, m->blit.descriptor_set_layout); 684 684 685 - // The frame timing widigt. 685 + // The frame timing widget. 686 686 u_frame_times_widget_teardown(&m->push_frame_times); 687 687 688 688 // Destroy as late as possible.