projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b192cd1
)
Fix typo in message.
author
Mike Taylor
<mike@indexdata.com>
Wed, 22 Oct 2014 16:14:40 +0000
(17:14 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 22 Oct 2014 16:14:40 +0000
(17:14 +0100)
src/mkws-team.js
patch
|
blob
|
history
diff --git
a/src/mkws-team.js
b/src/mkws-team.js
index
b0b95dc
..
bbeeb70
100644
(file)
--- a/
src/mkws-team.js
+++ b/
src/mkws-team.js
@@
-185,7
+185,7
@@
mkws.makeTeam = function($, teamName) {
}
m_paz = new pz2(params);
- log("ccreated main pz2 object");
+ log("created main pz2 object");
}
@@
-454,7
+454,7
@@
mkws.makeTeam = function($, teamName) {
return template;
}
else {
- mkws.log("No MKWS template for " + name);
+ log("No MKWS template for " + name);
return null;
}
}