diff --git a/Classes/FrontendEditPanel.php b/Classes/FrontendEditPanel.php
index a9bfebf..378a3c5 100644
--- a/Classes/FrontendEditPanel.php
+++ b/Classes/FrontendEditPanel.php
@@ -241,7 +241,7 @@ class FrontendEditPanel {
* @param string $string The string to wrap in a link, typ. and image used as button in the edit panel.
* @param string $url The URL of the link. Should be absolute if supposed to work with path set.
* @return string A tag wrapped string.
- * @see editPanelLinkWrap()
+ * @see editPanelLinkWrap()
*/
protected function editPanelLinkWrap_doWrap($string, $url) {
$onclick = 'vHWin=window.open(' . GeneralUtility::quoteJSvalue($url . '&returnUrl=close.html') . ',\'FEquickEditWindow\',\'width=690,height=500,status=0,menubar=0,scrollbars=1,resizable=1\');vHWin.focus();return false;';
@@ -253,7 +253,7 @@ class FrontendEditPanel {
*
* @param string $table The table name
* @param array $row The data record
- * @return boolean
+ * @return bool
*/
protected function isDisabled($table, array $row) {
$status = FALSE;