aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-06-05 10:54:43 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-06-05 10:54:43 +0200
commitd8809f70ea3a2f88635827b37af23b2fc2a93db6 (patch)
tree4fc6a010102ce6ff3b1562a755e76e5591144099 /src/Wallabag/CoreBundle
parent70df4c335965a9562cc24d3ccea0a6ed1a23b7b1 (diff)
downloadwallabag-d8809f70ea3a2f88635827b37af23b2fc2a93db6.tar.gz
wallabag-d8809f70ea3a2f88635827b37af23b2fc2a93db6.tar.zst
wallabag-d8809f70ea3a2f88635827b37af23b2fc2a93db6.zip
Typos
Diffstat (limited to 'src/Wallabag/CoreBundle')
-rw-r--r--src/Wallabag/CoreBundle/Entity/Entry.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/Entry.php b/src/Wallabag/CoreBundle/Entity/Entry.php
index 19f81c0f..4a9cb8d8 100644
--- a/src/Wallabag/CoreBundle/Entity/Entry.php
+++ b/src/Wallabag/CoreBundle/Entity/Entry.php
@@ -946,7 +946,7 @@ class Entry
946 } 946 }
947 947
948 /** 948 /**
949 * Set origin url. 949 * Set given url.
950 * 950 *
951 * @param string $givenUrl 951 * @param string $givenUrl
952 * 952 *
@@ -961,7 +961,7 @@ class Entry
961 } 961 }
962 962
963 /** 963 /**
964 * Get origin url. 964 * Get given url.
965 * 965 *
966 * @return string 966 * @return string
967 */ 967 */