You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2016/12/05 19:50:05 UTC

incubator-ponymail git commit: Typo

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 7ed4892b6 -> ff5ed37e0


Typo

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/ff5ed37e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/ff5ed37e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/ff5ed37e

Branch: refs/heads/master
Commit: ff5ed37e04d33cc0dcc6099c2ada3388d29549ab
Parents: 7ed4892
Author: Sebb <se...@apache.org>
Authored: Mon Dec 5 19:49:41 2016 +0000
Committer: Sebb <se...@apache.org>
Committed: Mon Dec 5 19:49:41 2016 +0000

----------------------------------------------------------------------
 site/api/lib/trace.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/ff5ed37e/site/api/lib/trace.lua
----------------------------------------------------------------------
diff --git a/site/api/lib/trace.lua b/site/api/lib/trace.lua
index 3f3cdf6..c8fa699 100644
--- a/site/api/lib/trace.lua
+++ b/site/api/lib/trace.lua
@@ -25,7 +25,7 @@ not intended for use in deployed code.
 
 Usage:
 
-import 'lib/trace'
+require 'lib/trace'
 
 ...