Correct spelling mistakes found with Codespell

This commit is contained in:
Casey Korver
2023-07-09 08:24:53 -05:00
committed by Cameron Gutman
parent e287ebcded
commit ea06ec0133
11 changed files with 14 additions and 14 deletions
@@ -249,7 +249,7 @@ public:
return -1;
}
// Free the ressources allocated during the last `exportEGLImages` call
// Free the resources allocated during the last `exportEGLImages` call
virtual void freeEGLImages(EGLDisplay, EGLImage[EGL_MAX_PLANES]) {}
#endif