Skip to content

Commit

Permalink
[enhance] postgres: typo in error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqua-Ye committed Feb 19, 2013
1 parent fc8faac commit a52107e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/opa/pass_PostgresCodeGeneration.ml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ struct
S.get_node gamma schema path
with Base.NotImplemented s ->
QmlError.error context
"Can't generates postgres access because : %s is not yet implemented"
"Can not generate postgres access because : %s is not yet implemented"
s

let pp_table_name = (Format.pp_list "_" Format.pp_print_string)
Expand Down Expand Up @@ -1426,7 +1426,7 @@ let process_path env code =
Generator.path ~context env (label, path, kind, select) in
tra env result
with e ->
OManager.serror "Error while generates postgres path: %a\n" QmlPrint.pp#expr expr;
OManager.serror "Error while generating postgres path: %a\n" QmlPrint.pp#expr expr;
raise e)
| e -> tra env e
in
Expand Down

0 comments on commit a52107e

Please sign in to comment.