Skip to content

Commit 4a3aa4d

Browse files
authored
Fixes typo in android_context_gl.h (flutter#19700)
1 parent df23044 commit 4a3aa4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/android/android_context_gl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace flutter {
2121
///
2222
///
2323
/// This can be used in conjuction to unique_ptr to provide better guarantees
24-
/// about the lifespam of the `EGLSurface` object.
24+
/// about the lifespan of the `EGLSurface` object.
2525
///
2626
class AndroidEGLSurface {
2727
public:

0 commit comments

Comments
 (0)