gnu: home: services: Fix typo.
* gnu/home/services/utils.scm: Fix spelling of "anything".
This commit is contained in:
		
							parent
							
								
									6edfcf3e90
								
							
						
					
					
						commit
						e149853845
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -28,7 +28,7 @@
 | 
				
			||||||
            list->human-readable-list))
 | 
					            list->human-readable-list))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define (maybe-object->string object)
 | 
					(define (maybe-object->string object)
 | 
				
			||||||
  "Like @code{object->string} but don't do anyting if OBJECT already is
 | 
					  "Like @code{object->string} but don't do anything if OBJECT already is
 | 
				
			||||||
a string."
 | 
					a string."
 | 
				
			||||||
  (if (string? object)
 | 
					  (if (string? object)
 | 
				
			||||||
      object
 | 
					      object
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue