fix two typos in root files

Found while reading those introductory files. They weren't caught by
misspell, for some reason.

Change-Id: Ia90db9e6d131683a3813eaa98bd70cb50db0279d
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/238044
Reviewed-by: Julie Qiu <julie@golang.org>
diff --git a/README.md b/README.md
index 4968c98..6b7ae6d 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@
 issue is already being discussed. If an issue does not already exist, feel free
 to [file an issue](https://golang.org/s/discovery-feedback).
 
-For answers to freqently asked questions, see [go.dev](https://go.dev/about).
+For answers to frequently asked questions, see [go.dev](https://go.dev/about).
 
 You can also chat with us on the #tools slack channel on the
 [Gophers slack](https://invite.slack.golangbridge.org).
diff --git a/all.bash b/all.bash
index 76007cf..0da7b30 100755
--- a/all.bash
+++ b/all.bash
@@ -28,7 +28,7 @@
     for FILE in $@
     do
         # Allow for the copyright header to start on either of the first two
-        # lines, to accomodate conventions for CSS and HTML.
+        # lines, to accommodate conventions for CSS and HTML.
         line="$(head -3 $FILE)"
         if [[ ! $line == *"The Go Authors. All rights reserved."* ]] &&
          [[ ! $line == "// DO NOT EDIT. This file was copied from" ]]; then