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 @@ -112,7 +112,7 @@ pub(super) fn parse_cfg_name_directive<'a>(
112112            ( config. target == "wasm32-unknown-unknown" ) . then_some( "emscripten" ) , 
113113        ] , 
114114        allowed_names:  & target_cfgs. all_oses, 
115-         message:  "when the operative  system is {name}" 
115+         message:  "when the operating  system is {name}" 
116116    } 
117117    condition !  { 
118118        name:  & target_cfg. env, 
@@ -122,7 +122,7 @@ pub(super) fn parse_cfg_name_directive<'a>(
122122    condition !  { 
123123        name:  & target_cfg. os_and_env( ) , 
124124        allowed_names:  & target_cfgs. all_oses_and_envs, 
125-         message:  "when the operative  system and target environment are {name}" 
125+         message:  "when the operating  system and target environment are {name}" 
126126    } 
127127    condition !  { 
128128        name:  & target_cfg. abi, 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments