Automatic Site Publish by Buildbot
diff --git a/output/components/classic/documentation/encrypted-passwords.html b/output/components/classic/documentation/encrypted-passwords.html
index c72fe23..01fb6dd 100644
--- a/output/components/classic/documentation/encrypted-passwords.html
+++ b/output/components/classic/documentation/encrypted-passwords.html
@@ -124,7 +124,7 @@
 </code></pre></div></div>
 <p>Note that we used <code class="language-plaintext highlighter-rouge">ENC()</code> to wrap our encrypted passwords. You can mix plain and encrypted passwords in your properties files, so encrypted ones must be wrapped this way.</p>
 
-<p>Finally, you need to instruct your property loader to encrypt variables when it loads properties to the memory. Instead of standard property loader we’ll use the special one (see <code class="language-plaintext highlighter-rouge">\$ACTIVEMQ_HOME/conf/activemq-security.xml</code>) to achieve this.</p>
+<p>Finally, you need to instruct your property loader to decrypt variables when it loads properties to the memory. Instead of standard property loader we’ll use the special one (see <code class="language-plaintext highlighter-rouge">\$ACTIVEMQ_HOME/conf/activemq-security.xml</code>) to achieve this.</p>
 <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;bean id="environmentVariablesConfiguration" class="org.jasypt.encryption.pbe.config.EnvironmentStringPBEConfig"&gt;
   &lt;property name="algorithm" value="PBEWithMD5AndDES" /&gt;
   &lt;property name="passwordEnvName" value="ACTIVEMQ\_ENCRYPTION\_PASSWORD" /&gt;