Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c1ec40c

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

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎appengine/flexible/pubsub/main.py

Copy file name to clipboardExpand all lines: appengine/flexible/pubsub/main.py
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: appengine/standard/pubsub/main.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.