From 4aa26076d2c7ed1f2a84ee0c5e9c63ab30ace530 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Thu, 28 Jan 2021 18:30:30 -0300 Subject: [PATCH] 16736: Fixes typo. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- lib/config/config.default.yml | 2 +- lib/config/generated_config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index 2c0429edc5..3e853e1dc5 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -161,7 +161,7 @@ Clusters: # Limits for how long a client token created by regular users can be valid, # and also is used as a default expiration policy when no expiration date is # specified. - # Default value zero menans token expirations don't get clamped and no + # Default value zero means token expirations don't get clamped and no # default expiration is set. MaxTokenLifetime: 0s diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go index 6135e2a3c6..a2d83f77f4 100644 --- a/lib/config/generated_config.go +++ b/lib/config/generated_config.go @@ -167,7 +167,7 @@ Clusters: # Limits for how long a client token created by regular users can be valid, # and also is used as a default expiration policy when no expiration date is # specified. - # Default value zero menans token expirations don't get clamped and no + # Default value zero means token expirations don't get clamped and no # default expiration is set. MaxTokenLifetime: 0s -- 2.30.2