system: locale: Fix typo in docstring.
* gnu/system/locale.scm (localedef-command): Fix typo.
This commit is contained in:
		
							parent
							
								
									5e6bdf06a7
								
							
						
					
					
						commit
						1cc8f3a63c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -48,7 +48,7 @@ | |||
| 
 | ||||
| (define* (localedef-command locale | ||||
|                             #:key (libc (canonical-package glibc))) | ||||
|   "Return a gexp that runs 'localdef' from LIBC to build LOCALE." | ||||
|   "Return a gexp that runs 'localedef' from LIBC to build LOCALE." | ||||
|   #~(begin | ||||
|       (format #t "building locale '~a'...~%" | ||||
|               #$(locale-definition-name locale)) | ||||
|  |  | |||
		Reference in a new issue