27 lines
		
	
	
		
			988 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			988 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 702a511b7f3379102ec5d267a7a43bdd47f3e594 Mon Sep 17 00:00:00 2001
 | |
| From: "Richard W.M. Jones" <rjones@redhat.com>
 | |
| Date: Sat, 18 Dec 2021 13:22:48 +0000
 | |
| Subject: [PATCH] input/nbdkit_curl.ml: Fix typo in commented code
 | |
| 
 | |
| Fixes: commit 255722cbf39afc0b012e2ac00d16fa6ba2f8c21f
 | |
| ---
 | |
|  input/nbdkit_curl.ml | 2 +-
 | |
|  1 file changed, 1 insertion(+), 1 deletion(-)
 | |
| 
 | |
| diff --git a/input/nbdkit_curl.ml b/input/nbdkit_curl.ml
 | |
| index 081c598e..aacedb78 100644
 | |
| --- a/input/nbdkit_curl.ml
 | |
| +++ b/input/nbdkit_curl.ml
 | |
| @@ -65,7 +65,7 @@ let create_curl ?bandwidth ?cookie_script ?cookie_script_renew ?cor
 | |
|  
 | |
|    (* For lots of extra debugging, uncomment one or both lines. *)
 | |
|    (* Nbdkit.add_arg cmd "--debug" "curl.verbose=1"; *)
 | |
| -  (* Nbdkit.add_arg cnd "--debug" "curl.scripts=1"; *)
 | |
| +  (* Nbdkit.add_arg cmd "--debug" "curl.scripts=1"; *)
 | |
|  
 | |
|    (* Retry filter (if it exists) can be used to get around brief
 | |
|     * interruptions in service.  It must be closest to the plugin.
 | |
| -- 
 | |
| 2.19.1.3.g30247aa5d201
 | |
| 
 |