extensions: Fix some typos in comments and message texts
All typos were found and fixed using codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
d1a611d1f4
commit
ed04be1c96
@ -55,7 +55,7 @@ function registerCommands() {
|
|||||||
RS.registerCommand(module, "saved-connection", Packages.com.google.refine.extension.database.cmd.SavedConnectionCommand());
|
RS.registerCommand(module, "saved-connection", Packages.com.google.refine.extension.database.cmd.SavedConnectionCommand());
|
||||||
RS.registerCommand(module, "execute-query", Packages.com.google.refine.extension.database.cmd.ExecuteQueryCommand());
|
RS.registerCommand(module, "execute-query", Packages.com.google.refine.extension.database.cmd.ExecuteQueryCommand());
|
||||||
RS.registerCommand(module, "test-query", Packages.com.google.refine.extension.database.cmd.TestQueryCommand());
|
RS.registerCommand(module, "test-query", Packages.com.google.refine.extension.database.cmd.TestQueryCommand());
|
||||||
logger.trace("Database Extension Command Registeration done!!");
|
logger.trace("Database Extension Command Registration done!!");
|
||||||
}
|
}
|
||||||
|
|
||||||
function registerOperations() {
|
function registerOperations() {
|
||||||
|
@ -227,6 +227,6 @@ abstract public class GoogleAPIExtension {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new IllegalArgumentException("Uknown URL format.");
|
throw new IllegalArgumentException("Unknown URL format.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -86,7 +86,7 @@ public abstract class WbVariableExpr<T> implements WbExpression<T> {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Method that should be implemented by subclasses, converting an OpenRefine
|
* Method that should be implemented by subclasses, converting an OpenRefine
|
||||||
* cell to a Wikibase value. Access to other values and emiting warnings is
|
* cell to a Wikibase value. Access to other values and emitting warnings is
|
||||||
* possible via the supplied EvaluationContext object.
|
* possible via the supplied EvaluationContext object.
|
||||||
*
|
*
|
||||||
* @param cell
|
* @param cell
|
||||||
|
@ -36,7 +36,7 @@ import org.wikidata.wdtk.datamodel.interfaces.ItemIdValue;
|
|||||||
import org.wikidata.wdtk.datamodel.interfaces.Statement;
|
import org.wikidata.wdtk.datamodel.interfaces.Statement;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A simple scheduler for batches commited via the Wikibase API.
|
* A simple scheduler for batches committed via the Wikibase API.
|
||||||
*
|
*
|
||||||
* The strategy is quite simple and makes at most two edits per touched item
|
* The strategy is quite simple and makes at most two edits per touched item
|
||||||
* (which is not minimal though). Each update is split between statements making
|
* (which is not minimal though). Each update is split between statements making
|
||||||
|
Loading…
Reference in New Issue
Block a user