From 5b01a23927106132719c442bace3c61d26e1aa3a Mon Sep 17 00:00:00 2001 From: Sebastian Roth Date: Mon, 13 Jul 2020 09:58:34 +0100 Subject: [PATCH] Fixes typo in android_context_gl.h --- shell/platform/android/android_context_gl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/android/android_context_gl.h b/shell/platform/android/android_context_gl.h index 1b7b5f411a8d3..5c8affdc60ee1 100644 --- a/shell/platform/android/android_context_gl.h +++ b/shell/platform/android/android_context_gl.h @@ -21,7 +21,7 @@ namespace flutter { /// /// /// This can be used in conjuction to unique_ptr to provide better guarantees -/// about the lifespam of the `EGLSurface` object. +/// about the lifespan of the `EGLSurface` object. /// class AndroidEGLSurface { public: