fix cleanPath spell (#969)
This commit is contained in:
		
							
								
								
									
										2
									
								
								path.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								path.go
									
									
									
									
									
								
							@ -5,7 +5,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
package gin
 | 
					package gin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// CleanPath is the URL version of path.Clean, it returns a canonical URL path
 | 
					// cleanPath is the URL version of path.Clean, it returns a canonical URL path
 | 
				
			||||||
// for p, eliminating . and .. elements.
 | 
					// for p, eliminating . and .. elements.
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
// The following rules are applied iteratively until no further processing can
 | 
					// The following rules are applied iteratively until no further processing can
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user