chore: fix typos in comments (#29362)

This commit is contained in:
David Sanders 2021-05-27 11:48:03 -07:00 committed by GitHub
parent 9fcdb06272
commit 77ecc7d432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ class WrappableBase {
WrappableBase& operator=(const WrappableBase&) = delete;
virtual ~WrappableBase();
// Retrieve the v8 wrapper object cooresponding to this object.
// Retrieve the v8 wrapper object corresponding to this object.
v8::Local<v8::Object> GetWrapper() const;
v8::MaybeLocal<v8::Object> GetWrapper(v8::Isolate* isolate) const;