summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamantha Houts <samantha.houts@xamarin.com>2016-12-27 12:46:41 -0800
committerSamantha Houts <samantha.houts@xamarin.com>2016-12-28 16:09:13 -0800
commit6785f4d9808db30a96ccef2cc4a03e56d274b135 (patch)
tree057db7a021bc6176949ecb936f589392ac6d8e0f
parentcf496381ce42bf458f66dc52c3504bf456d78579 (diff)
downloadxamarin-forms-6785f4d9808db30a96ccef2cc4a03e56d274b135.tar.gz
xamarin-forms-6785f4d9808db30a96ccef2cc4a03e56d274b135.tar.bz2
xamarin-forms-6785f4d9808db30a96ccef2cc4a03e56d274b135.zip
Fix comment typo
-rw-r--r--Xamarin.Forms.Platform.Android/Renderers/FrameRenderer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.Android/Renderers/FrameRenderer.cs b/Xamarin.Forms.Platform.Android/Renderers/FrameRenderer.cs
index ca020ad2..921c6549 100644
--- a/Xamarin.Forms.Platform.Android/Renderers/FrameRenderer.cs
+++ b/Xamarin.Forms.Platform.Android/Renderers/FrameRenderer.cs
@@ -83,7 +83,7 @@ namespace Xamarin.Forms.Platform.Android
if (_normalBitmap == null || _normalBitmap.Height != height || _normalBitmap.Width != width)
{
- // If the user changes the orientation of the screen, make sure to detroy reference before
+ // If the user changes the orientation of the screen, make sure to destroy reference before
// reassigning a new bitmap reference.
if (_normalBitmap != null)
{