Fix typo 'occured' should be 'occurred'

Closes-Bug: #2146280
Closes-Bug: #2146288
Change-Id: Ia6e7d8e2794cb3c349082a27dba3b6bd692c146b
Signed-off-by: Sally Karimi <karimisally905@gmail.com>
This commit is contained in:
Sally Karimi
2026-03-25 12:16:16 +03:00
parent 3996ff3e6a
commit 6c2b5c8085
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ from manilaclient.common.apiclient.exceptions import * # noqa
class ManilaclientException(Exception):
"""A generic client error."""
message = _("An unexpected error occured.")
message = _("An unexpected error occurred.")
def __init__(self, message):
self.message = message or self.message
@@ -5,7 +5,7 @@ fixes:
now validate Neutron network information provided
before sending the request.
Previously, validation only occured in the Manila service
Previously, validation only occurred in the Manila service
which could result in client-side errors when invalid network
or subnet IDs were supplied. The client now performs
proper validation and handles missing or invalid