summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subscribe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/subscribe.php b/subscribe.php
index cff21d9ff..2b38d2ddf 100644
--- a/subscribe.php
+++ b/subscribe.php
@@ -33,7 +33,7 @@
}
}
else {
- echo $l->t('You had already subcribed to this feed!');
+ echo $l->t('You had already subscribed to this feed!');
}
?>