mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	"e g " to "e.g."
This commit is contained in:
		
							parent
							
								
									b1c82bbd31
								
							
						
					
					
						commit
						8b6006c0c6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1690,7 +1690,7 @@ char *pa_get_runtime_dir(void) {
 | 
				
			||||||
        struct stat st;
 | 
					        struct stat st;
 | 
				
			||||||
        if (stat(d, &st) == 0 && st.st_uid != getuid()) {
 | 
					        if (stat(d, &st) == 0 && st.st_uid != getuid()) {
 | 
				
			||||||
            pa_log(_("XDG_RUNTIME_DIR (%s) is not owned by us (uid %d), but by uid %d! "
 | 
					            pa_log(_("XDG_RUNTIME_DIR (%s) is not owned by us (uid %d), but by uid %d! "
 | 
				
			||||||
                   "(This could e g happen if you try to connect to a non-root PulseAudio as a root user, over the native protocol. Don't do that.)"),
 | 
					                   "(This could e.g. happen if you try to connect to a non-root PulseAudio as a root user, over the native protocol. Don't do that.)"),
 | 
				
			||||||
                   d, getuid(), st.st_uid);
 | 
					                   d, getuid(), st.st_uid);
 | 
				
			||||||
            goto fail;
 | 
					            goto fail;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue