Changeset: 9f59caaa08cb for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9f59caaa08cb
Modified Files:
monetdb5/modules/mal/Tests/remote12.mal
monetdb5/modules/mal/remote.c
Branch: Jan2014
Log Message:
Typos.
diffs (21 lines):
diff --git a/monetdb5/modules/mal/Tests/remote12.mal
b/monetdb5/modules/mal/Tests/remote12.mal
--- a/monetdb5/modules/mal/Tests/remote12.mal
+++ b/monetdb5/modules/mal/Tests/remote12.mal
@@ -1,4 +1,4 @@
-#causing a sigfault
+#causing a segfault
uri := sabaoth.getLocalConnectionURI();
conn:str := remote.connect(uri, "monetdb", "monetdb");
e := nil:BAT;
diff --git a/monetdb5/modules/mal/remote.c b/monetdb5/modules/mal/remote.c
--- a/monetdb5/modules/mal/remote.c
+++ b/monetdb5/modules/mal/remote.c
@@ -175,7 +175,7 @@ str RMTconnectScen(
throw(ILLARG, "remote.connect", ILLEGAL_ARGUMENT ": scenario is
"
"NULL or nil");
if (strcmp(*scen, "mal") != 0 && strcmp(*scen, "msql") != 0)
- throw(ILLARG, "remote.connect", ILLEGAL_ARGUMENT ": scenation
'%s' "
+ throw(ILLARG, "remote.connect", ILLEGAL_ARGUMENT ": scenario
'%s' "
"is not supported", *scen);
m = mapi_mapiuri(*ouri, *user, *passwd, *scen);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list