mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 09:57:38 +03:00 
			
		
		
		
	Merge pull request #544 from moshekaplan/patch-1
Correcting minor typos
This commit is contained in:
		
						commit
						72c79a4891
					
				| 
						 | 
					@ -551,12 +551,12 @@ def start():
 | 
				
			||||||
                    elif conf.string:
 | 
					                    elif conf.string:
 | 
				
			||||||
                        errMsg += " Also, you can try to rerun by providing a "
 | 
					                        errMsg += " Also, you can try to rerun by providing a "
 | 
				
			||||||
                        errMsg += "valid value for option '--string' as perhaps the string you "
 | 
					                        errMsg += "valid value for option '--string' as perhaps the string you "
 | 
				
			||||||
                        errMsg += "have choosen does not match "
 | 
					                        errMsg += "have chosen does not match "
 | 
				
			||||||
                        errMsg += "exclusively True responses"
 | 
					                        errMsg += "exclusively True responses"
 | 
				
			||||||
                    elif conf.regexp:
 | 
					                    elif conf.regexp:
 | 
				
			||||||
                        errMsg += " Also, you can try to rerun by providing a "
 | 
					                        errMsg += " Also, you can try to rerun by providing a "
 | 
				
			||||||
                        errMsg += "valid value for option '--regexp' as perhaps the regular "
 | 
					                        errMsg += "valid value for option '--regexp' as perhaps the regular "
 | 
				
			||||||
                        errMsg += "expression that you have choosen "
 | 
					                        errMsg += "expression that you have chosen "
 | 
				
			||||||
                        errMsg += "does not match exclusively True responses"
 | 
					                        errMsg += "does not match exclusively True responses"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    raise SqlmapNotVulnerableException(errMsg)
 | 
					                    raise SqlmapNotVulnerableException(errMsg)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user