summaryrefslogtreecommitdiff
path: root/modules/translation/translation.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/translation/translation.module')
-rw-r--r--modules/translation/translation.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/translation/translation.module b/modules/translation/translation.module
index c7f464cd2..b45bf2126 100644
--- a/modules/translation/translation.module
+++ b/modules/translation/translation.module
@@ -339,12 +339,12 @@ function translation_supported_type($type) {
/**
* Return paths of all translations of a node, based on
- * its Drupal path.
+ * its Drupal path.
*
* @param $path
* A Drupal path, for example node/432.
* @return
- * An array of paths of translations of the node accessible
+ * An array of paths of translations of the node accessible
* to the current user keyed with language codes.
*/
function translation_path_get_translations($path) {