Browse Source

Solved typo on module name.

Raoul Hess 10 years ago
parent
commit
a4a8094a42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mysql_poolboy_app.erl

+ 1 - 1
src/mysql_poolboy_app.erl

@@ -16,7 +16,7 @@
 %% You should have received a copy of the GNU Lesser General Public License
 %% along with this program. If not, see <https://www.gnu.org/licenses/>.
 
--module(mysql_pooboy_app).
+-module(mysql_poolboy_app).
 
 -behaviour(application).
 -export([start/2, stop/1]).