chore: fix typo 'partion_key' in comments

PiperOrigin-RevId: 345062127
This commit is contained in:
Google APIs 2020-12-01 11:26:19 -08:00 committed by Copybara-Service
parent 665e9b0ce8
commit 50831e68c5
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ message BigQueryDestination {
// [partition_spec] determines whether to export to partitioned table(s) and
// how to partition the data.
//
// If [partition_spec] is unset or [partition_spec.partion_key] is unset or
// If [partition_spec] is unset or [partition_spec.partition_key] is unset or
// `PARTITION_KEY_UNSPECIFIED`, the snapshot results will be exported to
// non-partitioned table(s). [force] will decide whether to overwrite existing
// table(s).