nit: Fix typo in `algorithm`

Change-Id: I509cf42e57fc589f44f125077cd33069cdaf8321
This commit is contained in:
Ihar Hrachyshka 2024-05-09 09:09:20 -04:00
parent 36c3ec4939
commit 4b1a4f7327
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ octavia_defaults = [
"of the caller resource"),
default=True),
cfg.StrOpt('lb_algorithm',
help=_("The load-balancer algoritm that distributed traffic "
help=_("The load-balancer algorithm that distributed traffic "
"to the pool members. The options are: ROUND_ROBIN, "
"LEAST_CONNECTIONS, SOURCE_IP and SOURCE_IP_PORT."),
default='ROUND_ROBIN'),