grim/containers/reviewboard

Fix typo in the patch

21 months ago, Gary Kramlich
c69a17f8c13e
Parents cd6e1e51c0bf
Children 0cc520b67a7c
Fix typo in the patch
--- a/saml-fullname.patch Sat Sep 24 01:06:08 2022 -0500
+++ b/saml-fullname.patch Sat Sep 24 01:06:35 2022 -0500
@@ -12,7 +12,7 @@
+ except KeyError:
+ # Just raise the KeyError with the original key, as
+ # KeyError.__str__ will quote the entire parameter. So if we
-+ # tried to append 'User.FUllName` we would output something like
++ # tried to append 'User.FullName` we would output something like
+ # "'User.FullName or User.LastName'" instead of
+ # "'User.FullName' or 'User.LastName'".
+ raise KeyError(key)