aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:44:02 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:44:02 -0800
commita2f2a9b250bb845f12d34d6892f1d7d0a50c3b7b (patch)
treeb67b4e27d66508cd6aa46d1ccff92ff2cc8b2147 /python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html
parent802bad86a61cb0d92c83d9114844a54a83e83b94 (diff)
downloadfatcat-a2f2a9b250bb845f12d34d6892f1d7d0a50c3b7b.tar.gz
fatcat-a2f2a9b250bb845f12d34d6892f1d7d0a50c3b7b.zip
codespell fixes in web interface templates
Diffstat (limited to 'python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html')
-rw-r--r--python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html b/python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html
index 21bf76f2..e9444b75 100644
--- a/python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html
+++ b/python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html
@@ -16,7 +16,7 @@
<p>This page lists references to this book from other works (eg, journal articles).
{% elif direction == "out" %}
<h3>References</h3>
- <i>Refernces from this book to other entities.</i>
+ <i>References from this book to other entities.</i>
{% endif %}
{{ refs_macros.refs_table(hits, direction) }}