This is an automated email from the ASF dual-hosted git repository. yjhjstz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit ca2123f6b9d74258bb181aacbfd8b76fac8e7f6e Author: fiograf <[email protected]> AuthorDate: Sun Oct 30 03:13:32 2022 +0300 Fix typo. (#14290) Fix typo. --- gpMgmt/bin/gppylib/operations/startSegments.py | 2 +- gpMgmt/bin/gppylib/system/ComputeCatalogUpdate.py | 2 +- gpMgmt/bin/gppylib/system/configurationImplGpdb.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gpMgmt/bin/gppylib/operations/startSegments.py b/gpMgmt/bin/gppylib/operations/startSegments.py index 76db47c453..3c1246dbfe 100644 --- a/gpMgmt/bin/gppylib/operations/startSegments.py +++ b/gpMgmt/bin/gppylib/operations/startSegments.py @@ -136,7 +136,7 @@ class StartSegmentsOperation: def __runStartCommand(self, segments, startMethod, numContentsInCluster, resultOut, gpArray, era): """ - Putt results into the resultOut object + Put results into the resultOut object """ if len(segments) == 0: diff --git a/gpMgmt/bin/gppylib/system/ComputeCatalogUpdate.py b/gpMgmt/bin/gppylib/system/ComputeCatalogUpdate.py index 74d080a1a2..b4d7df2c54 100755 --- a/gpMgmt/bin/gppylib/system/ComputeCatalogUpdate.py +++ b/gpMgmt/bin/gppylib/system/ComputeCatalogUpdate.py @@ -42,7 +42,7 @@ class ComputeCatalogUpdate: @param gpArray the array containing the goal and db segment states. @param forceMap a map of dbid->True for mirrors for which we should force updating via remove/add - @param useUtilityMode True if the operations we're doing are expected to run via utility moed + @param useUtilityMode True if the operations we're doing are expected to run via utility mode @param allowPrimary True if caller authorizes add/remove primary operations (e.g. gpexpand) """ diff --git a/gpMgmt/bin/gppylib/system/configurationImplGpdb.py b/gpMgmt/bin/gppylib/system/configurationImplGpdb.py index 5ea4ae79a6..5e20a70225 100644 --- a/gpMgmt/bin/gppylib/system/configurationImplGpdb.py +++ b/gpMgmt/bin/gppylib/system/configurationImplGpdb.py @@ -84,7 +84,7 @@ class GpConfigurationProviderUsingGpdbCatalog(GpConfigurationProvider) : @param textForConfigTable label to be used when adding to segment configuration history @param dbIdToForceMirrorRemoveAdd a map of dbid -> True for mirrors for which we should force updating the mirror - @param useUtilityMode True if the operations we're doing are expected to run via utility moed + @param useUtilityMode True if the operations we're doing are expected to run via utility mode @param allowPrimary True if caller authorizes add/remove primary operations (e.g. gpexpand) """ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
