summaryrefslogtreecommitdiffstats
path: root/perl-install/printer
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/printer')
-rw-r--r--perl-install/printer/main.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer/main.pm b/perl-install/printer/main.pm
index 5a82e56a8..d7eb593fd 100644
--- a/perl-install/printer/main.pm
+++ b/perl-install/printer/main.pm
@@ -3003,7 +3003,7 @@ sub devicefound {
sub usbdevice {
my ($usbid) = @_;
- # Run "lsusb -vv¨ and search the given device to get its USB bus and
+ # Run "lsusb -vv" and search the given device to get its USB bus and
# device numbers
open(my $F, ($::testing ? "" : "chroot $::prefix/ ") .
'/bin/sh -c "export LC_ALL=C; lsusb -vv 2> /dev/null" |')