aboutsummaryrefslogtreecommitdiff
path: root/engine/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'engine/handlers')
-rw-r--r--engine/handlers/export_handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/handlers/export_handler.php b/engine/handlers/export_handler.php
index eb931fdd8..da83ce43c 100644
--- a/engine/handlers/export_handler.php
+++ b/engine/handlers/export_handler.php
@@ -14,7 +14,7 @@ $guid = get_input("guid"); // guid of the entity
// For attributes eg http://example.com/odd/73/attr/owner_uuid/
// or http://example.com/odd/73/metadata/86/
-$type = get_input("type"); // attr, metadata, annotation, rekationship
+$type = get_input("type"); // attr, metadata, annotation, relationship
$id_or_name = get_input("idname"); // Either a number or the key name (if attribute)
$body = "";