Сергей Прохоров 7 years ago
parent
commit
b9daddf1c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/datatypes/epgsql_codec_datetime.erl

+ 1 - 1
src/datatypes/epgsql_codec_datetime.erl

@@ -44,7 +44,7 @@ init(_, Sock) ->
 names() ->
     [time, timetz, date, timestamp, timestamptz, interval].
 
-%% FIXME: move common logick out from fdatetime/idatetime; make them more
+%% FIXME: move common logic out from fdatetime/idatetime; make them more
 %% low-level
 encode(Val, Type, epgsql_idatetime) ->
     epgsql_idatetime:encode(Type, Val);