This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 1bde6b07 Fix spelling (#190)
1bde6b07 is described below
commit 1bde6b0796d0c29fe528283bd2dda2a22096c10e
Author: John Bampton <[email protected]>
AuthorDate: Sat Apr 1 18:11:17 2023 +1000
Fix spelling (#190)
---
lib/whimsy/asf/meeting-util.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/meeting-util.rb b/lib/whimsy/asf/meeting-util.rb
index 652c33a0..ebc9b7a2 100644
--- a/lib/whimsy/asf/meeting-util.rb
+++ b/lib/whimsy/asf/meeting-util.rb
@@ -91,7 +91,7 @@ module ASF
proxied = $1
uid = $2
else
- raise ArgumentError, "proxies: bad assigment '#{line}'"
+ raise ArgumentError, "proxies: bad assignment '#{line}'"
end
[proxy, proxied, uid]
end