Fix spelling in comment.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
This commit is contained in:
		
							parent
							
								
									2313086add
								
							
						
					
					
						commit
						f425c27872
					
				
							
								
								
									
										2
									
								
								vnc.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								vnc.c
									
									
									
									
									
								
							@ -65,7 +65,7 @@ static char *addr_to_string(const char *format,
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Enough for the existing format + the 2 vars we're
 | 
					    /* Enough for the existing format + the 2 vars we're
 | 
				
			||||||
     * subsituting in. */
 | 
					     * substituting in. */
 | 
				
			||||||
    addrlen = strlen(format) + strlen(host) + strlen(serv);
 | 
					    addrlen = strlen(format) + strlen(host) + strlen(serv);
 | 
				
			||||||
    addr = qemu_malloc(addrlen + 1);
 | 
					    addr = qemu_malloc(addrlen + 1);
 | 
				
			||||||
    snprintf(addr, addrlen, format, host, serv);
 | 
					    snprintf(addr, addrlen, format, host, serv);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user