Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Chudnovsky <[email protected]>
  • Loading branch information
gkevinzheng and vchudnov-g authored Dec 20, 2024
1 parent 0021c48 commit bb0d3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapic/schema/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def disambiguate_keyword_sanitize_fname(

new_protos = {}

# We only prune services/messages/enums from protos that are not depepdencies.
# We only prune services/messages/enums from protos that are not dependencies.
for name, proto in api.all_protos.items():
if name not in api.protos:
new_protos[name] = proto
Expand Down

0 comments on commit bb0d3aa

Please sign in to comment.