mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	fix all the typos across the project
This commit is contained in:
		@@ -50,7 +50,7 @@ var _ = framework.KubeDescribe("AppArmor [Feature:AppArmor]", func() {
 | 
			
		||||
			f := framework.NewDefaultFramework("apparmor-test")
 | 
			
		||||
 | 
			
		||||
			It("should reject an unloaded profile", func() {
 | 
			
		||||
				status := runAppArmorTest(f, false, apparmor.ProfileNamePrefix+"non-existant-profile")
 | 
			
		||||
				status := runAppArmorTest(f, false, apparmor.ProfileNamePrefix+"non-existent-profile")
 | 
			
		||||
				expectSoftRejection(status)
 | 
			
		||||
			})
 | 
			
		||||
			It("should enforce a profile blocking writes", func() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user