|  | @@ -707,8 +707,8 @@ Notice that the problem construction for bundle adjustment is very
 | 
	
		
			
				|  |  |  similar to the curve fitting example -- one term is added to the
 | 
	
		
			
				|  |  |  objective function per observation.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -Since this large sparse problem (well large for ``DENSE_QR`` anyways),
 | 
	
		
			
				|  |  | -one way to solve this problem is to set
 | 
	
		
			
				|  |  | +Since this is a large sparse problem (well large for ``DENSE_QR``
 | 
	
		
			
				|  |  | +anyways), one way to solve this problem is to set
 | 
	
		
			
				|  |  |  :member:`Solver::Options::linear_solver_type` to
 | 
	
		
			
				|  |  |  ``SPARSE_NORMAL_CHOLESKY`` and call :member:`Solve`. And while this is
 | 
	
		
			
				|  |  |  a reasonable thing to do, bundle adjustment problems have a special
 |