diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-20 13:22:54 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-20 13:22:54 +0200 |
commit | 9fd2c9f69e7c9bf62b29c6aeae3f4b8402daad75 (patch) | |
tree | e741d8aad55a0b466f4de1375f26242e6179b867 | |
parent | 26878356400e30d19ca9f95aeab120c4e6a4f29f (diff) |
php-latte: typo
-rw-r--r-- | php-latte.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-latte.spec b/php-latte.spec index 2ea4302..1cfd8cc 100644 --- a/php-latte.spec +++ b/php-latte.spec @@ -78,7 +78,7 @@ Latte speaks your language: it has intuitive syntax and helps you to build better websites easily. To use this library, you just have to add, in your project: - require_once '%{php_home}/%{ns_vendor}/autoload.php';'; + require_once '%{php_home}/%{ns_vendor}/autoload.php'; %prep |