Bug 1249833 - Typo in nsGeolocation.h. r?jdm draft
authorMichelangelo De Simone <mdesimone@mozilla.com>
Fri, 19 Feb 2016 16:30:09 -0800
changeset 332649 26c5d2c3af9be97263e3f495067dbee9ed725efa
parent 332162 69ec3dc408a2a720cb2b8210fea33e3504aeec22
child 514578 ddf8c569293c920bc1cda9878c8951a4b3c3b9c6
push id11199
push usermdesimone@mozilla.com
push dateSat, 20 Feb 2016 00:30:34 +0000
reviewersjdm
bugs1249833
milestone47.0a1
Bug 1249833 - Typo in nsGeolocation.h. r?jdm MozReview-Commit-ID: DGg2iUOkSMJ
dom/geolocation/nsGeolocation.h
--- a/dom/geolocation/nsGeolocation.h
+++ b/dom/geolocation/nsGeolocation.h
@@ -172,17 +172,17 @@ public:
   void Shutdown();
 
   // Getter for the principal that this Geolocation was loaded from
   nsIPrincipal* GetPrincipal() { return mPrincipal; }
 
   // Getter for the window that this Geolocation is owned by
   nsIWeakReference* GetOwner() { return mOwner; }
 
-  // Check to see if the widnow still exists
+  // Check to see if the window still exists
   bool WindowOwnerStillExists();
 
   // Check to see if any active request requires high accuracy
   bool HighAccuracyRequested();
 
   // Notification from the service:
   void ServiceReady();