Skip to content

Commit f8f83ab

Browse files
1 parent edc7261 commit f8f83ab

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/OSConfig/GoogleCloudOsconfigV2PolicyOrchestrator.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ class GoogleCloudOsconfigV2PolicyOrchestrator extends \Google\Model
7171
protected $orchestrationStateType = GoogleCloudOsconfigV2PolicyOrchestratorOrchestrationState::class;
7272
protected $orchestrationStateDataType = '';
7373
/**
74-
* Output only. Set to true, if the there are ongoing changes being applied by
75-
* the orchestrator.
74+
* Output only. Set to true, if there are ongoing changes being applied by the
75+
* orchestrator.
7676
*
7777
* @var bool
7878
*/
@@ -256,8 +256,8 @@ public function getOrchestrationState()
256256
return $this->orchestrationState;
257257
}
258258
/**
259-
* Output only. Set to true, if the there are ongoing changes being applied by
260-
* the orchestrator.
259+
* Output only. Set to true, if there are ongoing changes being applied by the
260+
* orchestrator.
261261
*
262262
* @param bool $reconciling
263263
*/

src/OSConfig/OSPolicyResourceFileResource.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class OSPolicyResourceFileResource extends \Google\Model
3737
*/
3838
public const STATE_CONTENTS_MATCH = 'CONTENTS_MATCH';
3939
/**
40-
* A a file with this content. The size of the content is limited to 32KiB.
40+
* A file with this content. The size of the content is limited to 32KiB.
4141
*
4242
* @var string
4343
*/
@@ -71,7 +71,7 @@ class OSPolicyResourceFileResource extends \Google\Model
7171
public $state;
7272

7373
/**
74-
* A a file with this content. The size of the content is limited to 32KiB.
74+
* A file with this content. The size of the content is limited to 32KiB.
7575
*
7676
* @param string $content
7777
*/

0 commit comments

Comments
 (0)