Fix typo in comment.
This commit is contained in:
		
							parent
							
								
									60ba98242f
								
							
						
					
					
						commit
						56c7f0e8c5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -99,7 +99,7 @@ void NixRepl::mainLoop(const Strings & files)
 | 
			
		|||
    string input;
 | 
			
		||||
 | 
			
		||||
    while (true) {
 | 
			
		||||
        // When continuing input from a previous, don't print a prompt, just align to the same
 | 
			
		||||
        // When continuing input from previous lines, don't print a prompt, just align to the same
 | 
			
		||||
        // number of chars as the prompt.
 | 
			
		||||
        const char * prompt = input.empty() ? "nix-repl> " : "          ";
 | 
			
		||||
        if (!getLine(input, prompt)) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue