Raoul Hess 10 лет назад
Родитель
Сommit
a4a8094a42
1 измененных файлов с 1 добавлено и 1 удалено
  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]).