ui: Fix typo in comment.
Reported by Vincent Legoll <vincent.legoll@gmail.com>. * guix/ui.scm (call-with-error-handling): Remove "come" in comment.
This commit is contained in:
		
							parent
							
								
									4835f86292
								
							
						
					
					
						commit
						a65ffbea50
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -771,7 +771,7 @@ directories:~{ ~a~}~%")
 | 
				
			||||||
             (display-hint (condition-fix-hint c))
 | 
					             (display-hint (condition-fix-hint c))
 | 
				
			||||||
             (exit 1))
 | 
					             (exit 1))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            ;; On Guile 3.0.0, exceptions such as 'unbound-variable' come are
 | 
					            ;; On Guile 3.0.0, exceptions such as 'unbound-variable' are
 | 
				
			||||||
            ;; compound and include a '&message'.  However, that message only
 | 
					            ;; compound and include a '&message'.  However, that message only
 | 
				
			||||||
            ;; contains the format string.  Thus, special-case it here to
 | 
					            ;; contains the format string.  Thus, special-case it here to
 | 
				
			||||||
            ;; avoid displaying a bare format string.
 | 
					            ;; avoid displaying a bare format string.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue