summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-03 21:29:00 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-11-03 21:29:00 -0600
commit45d3982bbe7aff15e5fc2800c65a6d7a8d89bbaf (patch)
tree278298e2312e9bb8810578f1755dba85fd98e422 /devel
parent43ea5bd809a5e5e0ef17a8ff72ea0cf5dcaabab0 (diff)
downloadhorizon-45d3982bbe7aff15e5fc2800c65a6d7a8d89bbaf.tar.gz
horizon-45d3982bbe7aff15e5fc2800c65a6d7a8d89bbaf.tar.bz2
horizon-45d3982bbe7aff15e5fc2800c65a6d7a8d89bbaf.tar.xz
horizon-45d3982bbe7aff15e5fc2800c65a6d7a8d89bbaf.zip
STYLE: Fix reported typo
Diffstat (limited to 'devel')
-rw-r--r--devel/STYLE.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/STYLE.rst b/devel/STYLE.rst
index 86c4df4..7f27f60 100644
--- a/devel/STYLE.rst
+++ b/devel/STYLE.rst
@@ -97,7 +97,7 @@ purpose. Methods SHOULD also use Doxygen-style notation for describing their
parameters, return values (if any), and side-effects (if any).
-Encapuslation
+Encapsulation
-------------
C++ classes that are meant to be public API (that is, consumed by external