Skip to content

Commit dc24215

Browse files
committed
Minor: Fix typo in PHPDoc
1 parent 578c787 commit dc24215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/lp/lp_view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
var sv_user = \''.api_get_user_id().'\';
250250
var sv_course = chamilo_courseCode;
251251
var sv_sco = \''.$lp_id.'\';
252-
</script>'; // FIXME fetch sco and userid from a more reliable source directly in sotrageapi.js
252+
</script>'; // FIXME fetch sco and userid from a more reliable source directly in storageapi.js
253253
$htmlHeadXtra[] = '<script type="text/javascript" src="js/storageapi.js"></script>';
254254

255255
/**

0 commit comments

Comments
 (0)