Skip to content

Commit

Permalink
Fixes typo in android_context_gl.h (#19700)
Browse files Browse the repository at this point in the history
  • Loading branch information
ened committed Jul 13, 2020
1 parent df23044 commit 4a3aa4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/platform/android/android_context_gl.h
Expand Up @@ -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:
Expand Down

0 comments on commit 4a3aa4d

Please sign in to comment.