about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-10-14 15:38:26 +0200
committerhut <hut@lavabit.com>2010-10-14 15:38:26 +0200
commit1c907e9a50c55cb787aab2e6d76453eaf39398b1 (patch)
tree8f5ed6fc2472c74eee43853af649886ea7b1f95f
parenta9046bfc42cb3b8e2d7276fea0fc3934caa9bbda (diff)
downloadranger-1c907e9a50c55cb787aab2e6d76453eaf39398b1.tar.gz
data/scope: typo
-rwxr-xr-xranger/data/scope.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh
index 95d28318..754b54d0 100755
--- a/ranger/data/scope.sh
+++ b/ranger/data/scope.sh
@@ -41,7 +41,7 @@ case "$extension" in
 		exit 1;;
 	# PDF documents:
 	pdf)
-		fpdftotext -q "$path" - | head -n $maxln
+		pdftotext -q "$path" - | head -n $maxln
 		success && exit 3 || exit 1;;
 	# HTML Pages:
 	htm|html|xhtml)