diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-29 19:27:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-29 19:27:24 +0800 |
commit | 0efc0eb5b4a54712999b36a46caaad0e69db32de (patch) | |
tree | bc5922c46e09abbe106b70c060cb9f8cf91bb0a9 /www | |
parent | c0f05cad77509f15c6a38a00d8d50f16df492a27 (diff) | |
download | freebsd-ports-gnome-0efc0eb5b4a54712999b36a46caaad0e69db32de.tar.gz freebsd-ports-gnome-0efc0eb5b4a54712999b36a46caaad0e69db32de.tar.zst freebsd-ports-gnome-0efc0eb5b4a54712999b36a46caaad0e69db32de.zip |
Fix typo
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-DispatchType-Regex/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Catalyst-DispatchType-Regex/pkg-descr b/www/p5-Catalyst-DispatchType-Regex/pkg-descr index 12a72080a00d..87f452b43390 100644 --- a/www/p5-Catalyst-DispatchType-Regex/pkg-descr +++ b/www/p5-Catalyst-DispatchType-Regex/pkg-descr @@ -1,4 +1,4 @@ -Regex dispatch types have been depreciated and removed from Catalyst core. It is +Regex dispatch types have been deprecated and removed from Catalyst core. It is recommend that you use Chained methods or other techniques instead. As part of the refactoring, the dispatch priority of Regex vs Regexp vs LocalRegex vs LocalRegexp may have changed. Priority is now influenced by when the dispatch |