Skip to content

Commit

Permalink
Fix Pub/Sub comment typo (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseotoro authored and engelke committed Jan 25, 2019
1 parent 1e5ee87 commit c1ec40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/pubsub/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
app = Flask(__name__)

# Configure the following environment variables via app.yaml
# This is used in the push request handler to veirfy that the request came from
# This is used in the push request handler to verify that the request came from
# pubsub and originated from a trusted source.
app.config['PUBSUB_VERIFICATION_TOKEN'] = \
os.environ['PUBSUB_VERIFICATION_TOKEN']
Expand Down
2 changes: 1 addition & 1 deletion appengine/standard/pubsub/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
app = Flask(__name__)

# Configure the following environment variables via app.yaml
# This is used in the push request handler to veirfy that the request came from
# This is used in the push request handler to verify that the request came from
# pubsub and originated from a trusted source.
app.config['PUBSUB_VERIFICATION_TOKEN'] = \
os.environ['PUBSUB_VERIFICATION_TOKEN']
Expand Down

0 comments on commit c1ec40c

Please sign in to comment.