summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2014-05-04 10:06:29 +0200
committerLinus Nordberg <linus@nordu.net>2014-05-04 10:06:29 +0200
commitf89ac1a1d35e9bea4acccecbb6905effd4a577b6 (patch)
tree95d0b1893441f14c25dee2cfd7cec83b3db24583 /src
parent1347f05db5f96314da22ffbd56887b254ecae034 (diff)
Don't need quotes around module name.
Diffstat (limited to 'src')
-rw-r--r--src/plop.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plop.erl b/src/plop.erl
index 5ca595f..91e84a4 100644
--- a/src/plop.erl
+++ b/src/plop.erl
@@ -8,7 +8,7 @@
%%% proof can later, together with the public key of the log, be used
%%% to prove that your entry is indeed present in the log.
--module('plop').
+-module(plop).
-behaviour(gen_server).
%% API.