pidgin/nest

Fix a bunch of typos

20 months ago, Gary Kramlich
73fe5610cc73
Fix a bunch of typos

Testing Done:
Ran `codespell` a bunch

Reviewed at https://reviews.imfreedom.org/r/1727/
env:
browser: true
es6: true
node: true
extends: 'eslint:recommended'
globals:
Atomics: readonly
SharedArrayBuffer: readonly
parserOptions:
ecmaVersion: 2018
sourceType: module
rules: {}