all: fix typos in comments (#28881)

This commit is contained in:
Dimitris Apostolou
2024-02-05 22:16:32 +01:00
committed by GitHub
parent 8ec638dc5e
commit 8fd43c8013
27 changed files with 45 additions and 45 deletions
@@ -219,7 +219,7 @@
return this.finalize(result);
},
// finalize recreates a call object using the final desired field oder for json
// finalize recreates a call object using the final desired field order for json
// serialization. This is a nicety feature to pass meaningfully ordered results
// to users who don't interpret it, just display it.
finalize: function(call) {