[gnome-builder] ide-buffer-manager: fix typo(s)



commit c61f876b71a14ce0ad1cca0474a1e6dfe9e39935
Author: Sebastien Lafargue <slafargue gnome org>
Date:   Sun Nov 6 23:20:43 2016 +0100

    ide-buffer-manager: fix typo(s)

 libide/buffers/ide-buffer-manager.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libide/buffers/ide-buffer-manager.c b/libide/buffers/ide-buffer-manager.c
index a2d3e97..098d2c4 100644
--- a/libide/buffers/ide-buffer-manager.c
+++ b/libide/buffers/ide-buffer-manager.c
@@ -1927,7 +1927,7 @@ ide_buffer_manager_do_apply_edits (IdeBufferManager *self,
           NULL == (file = ide_source_location_get_file (location)) ||
           NULL == (buffer = g_hash_table_lookup (buffers, file)))
         {
-          g_warning ("Impluasible failure to access buffer");
+          g_warning ("Implausible failure to access buffer");
           continue;
         }
 
@@ -1950,7 +1950,7 @@ ide_buffer_manager_do_apply_edits (IdeBufferManager *self,
           NULL == (file = ide_source_location_get_file (location)) ||
           NULL == (buffer = g_hash_table_lookup (buffers, file)))
         {
-          g_warning ("Impluasible failure to access buffer");
+          g_warning ("Implausible failure to access buffer");
           continue;
         }
 
@@ -1971,7 +1971,7 @@ ide_buffer_manager_do_apply_edits (IdeBufferManager *self,
           NULL == (file = ide_source_location_get_file (location)) ||
           NULL == (buffer = g_hash_table_lookup (buffers, file)))
         {
-          g_warning ("Impluasible failure to access buffer");
+          g_warning ("Implausible failure to access buffer");
           continue;
         }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]