Skip to content

Commit c1ec40c

Browse files
joseotoroengelke
authored andcommitted
Fix Pub/Sub comment typo (GoogleCloudPlatform#1913)
1 parent 1e5ee87 commit c1ec40c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine/flexible/pubsub/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
app = Flask(__name__)
2525

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

appengine/standard/pubsub/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
app = Flask(__name__)
2626

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

0 commit comments

Comments
 (0)