typo fix
This commit is contained in:
		
							parent
							
								
									e3f0445df1
								
							
						
					
					
						commit
						a73ff905b0
					
				
							
								
								
									
										2
									
								
								dwm.c
								
								
								
								
							
							
						
						
									
										2
									
								
								dwm.c
								
								
								
								
							| 
						 | 
					@ -1502,7 +1502,7 @@ tagmon(const Arg *arg) {
 | 
				
			||||||
			detach(c);
 | 
								detach(c);
 | 
				
			||||||
			detachstack(c);
 | 
								detachstack(c);
 | 
				
			||||||
			c->mon = m;
 | 
								c->mon = m;
 | 
				
			||||||
			c->tags = selmon->seltags; /* assign tags of target monitor */
 | 
								c->tags = m->seltags; /* assign tags of target monitor */
 | 
				
			||||||
			attach(c);
 | 
								attach(c);
 | 
				
			||||||
			attachstack(c);
 | 
								attachstack(c);
 | 
				
			||||||
			m->sel = c;
 | 
								m->sel = c;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue