Fix typo

R=jvanverth@google.com

Author: robertphillips@google.com

Review URL: https://codereview.chromium.org/579753003
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
index 8d515bf..962b397 100755
--- a/src/gpu/GrContext.cpp
+++ b/src/gpu/GrContext.cpp
@@ -187,7 +187,7 @@
     // don't try to free the resources in the API.
     fResourceCache2->abandonAll();
 
-    fGpu->contextAbandonded();
+    fGpu->contextAbandoned();
 
     // a path renderer may be holding onto resources that
     // are now unusable