Skip to content

Commit

Permalink
chore: fix typos (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
slowy07 authored and dandhlee committed Nov 10, 2022
1 parent 71742f2 commit e9f5b97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion secretmanager/snippets/destroy_secret_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
"""
command line application and sample code for destroying a secret verison.
command line application and sample code for destroying a secret version.
"""

import argparse
Expand Down
2 changes: 1 addition & 1 deletion secretmanager/snippets/destroy_secret_version_with_etag.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
"""
command line application and sample code for destroying a secret verison.
command line application and sample code for destroying a secret version.
"""

import argparse
Expand Down
2 changes: 1 addition & 1 deletion secretmanager/snippets/get_secret_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
"""
command line application and sample code for getting metdata about a secret
command line application and sample code for getting metadata about a secret
version, but not the secret payload.
"""

Expand Down

0 comments on commit e9f5b97

Please sign in to comment.