Browse Source

Fix package description as well

Christoph Biedl 5 years ago
parent
commit
db6d1c2464
1 changed files with 2 additions and 2 deletions
  1. 2 2
      debian/control

+ 2 - 2
debian/control

@@ -17,9 +17,9 @@ Description: converts wildcard expressions to Perl regular expressions
  of simplified rules. Regexp::Wildcards converts wildcard expressions
  to Perl regular expressions, so that you can use them for matching.
  .
- It handles the * and ? jokers, as well as Unix bracketed
+ It handles the * and ? wildcards, as well as Unix bracketed
  alternatives {,}, but also % and _ SQL wildcards. If required, it can
- also keep original (...) groups or ^ and $ anchors. Backspace (\) is
+ also keep original (...) groups or ^ and $ anchors. Backslash (\) is
  used as an escape character.
  .
  Typesets that mimic the behaviour of Windows and Unix shells are also