File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ let unwrap_structure ~loc = function
104104let  unmap_comprehension  ~loc   payload  = 
105105  let  str =  unwrap_structure ~loc  payload in 
106106  let  get_hd_and_tl  =  function 
107-     |  []  -> Misc. fatal_error " Unexpected sturcture  in comprehension extension." 
107+     |  []  -> Misc. fatal_error " Unexpected structure  in comprehension extension." 
108108    |  hd ::tl  -> hd, tl
109109  in 
110110  let  str_hd, str_tl =  get_hd_and_tl str in 
@@ -161,7 +161,7 @@ let extension_expr_of_payload ~loc ((name, payload) : extension) =
161161
162162let  report_error  ~loc   =  function 
163163  |  Extension_not_existent  extension_name  ->
164-     Location. errorf ~loc  " Extension %s does not exsist ." 
164+     Location. errorf ~loc  " Extension %s does not exist ." 
165165  |  Illegal_comprehension_extension_construct  ->
166166    Location. errorf ~loc  " Wrong extension syntax for comprehensions." 
167167
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments