[tor-commits] [atlas/master] Fix 'HSir' typo to 'HSDir', See #9911
phw at torproject.org
phw at torproject.org
Sun Oct 13 00:18:12 UTC 2013
commit cd53480bc038142fb9f7cc1e5f20951cfb4c2b25
Author: Justin Bull <me at justinbull.ca>
Date: Sun Oct 6 13:51:43 2013 -0400
Fix 'HSir' typo to 'HSDir', See #9911
---
js/models/relay.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/models/relay.js b/js/models/relay.js
index 3730d79..3995355 100644
--- a/js/models/relay.js
+++ b/js/models/relay.js
@@ -26,7 +26,7 @@ define([
if (flag == "Guard") {
output.push([flag,"share_"+size[0]]);
}
- if (flag == "HSir") {
+ if (flag == "HSDir") {
output.push([flag,"book_alt_"+size[0]]);
}
if (flag == "Named") {
More information about the tor-commits
mailing list