[gnome-builder/wip/chergert/bug1: 17/42] debugger: fix some typos
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/bug1: 17/42] debugger: fix some typos
- Date: Wed, 30 Aug 2017 06:31:08 +0000 (UTC)
commit 5e6eafe09f13013ff856b7ccd13cd7ad8e04d5d2
Author: Christian Hergert <chergert redhat com>
Date: Sat Aug 26 22:09:51 2017 -0700
debugger: fix some typos
libide/debugger/ide-debugger-address-map.c | 2 +-
libide/debugger/ide-debugger-fallbacks.c | 4 ++--
libide/debugger/ide-debugger.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libide/debugger/ide-debugger-address-map.c b/libide/debugger/ide-debugger-address-map.c
index a7797b5..9a534f2 100644
--- a/libide/debugger/ide-debugger-address-map.c
+++ b/libide/debugger/ide-debugger-address-map.c
@@ -82,7 +82,7 @@ ide_debugger_address_map_entry_free (gpointer data)
*
* Creates a new #IdeDebuggerAddressMap.
*
- * The map is used to track the locations of mapped files in the inferriors
+ * The map is used to track the locations of mapped files in the inferiors
* address space. This allows relatively quick lookup to determine what file
* contains a given execution address (instruction pointer, etc).
*
diff --git a/libide/debugger/ide-debugger-fallbacks.c b/libide/debugger/ide-debugger-fallbacks.c
index df8e246..886eb0c 100644
--- a/libide/debugger/ide-debugger-fallbacks.c
+++ b/libide/debugger/ide-debugger-fallbacks.c
@@ -65,7 +65,7 @@ _ide_debugger_real_interrupt_async (IdeDebugger *self,
_ide_debugger_real_interrupt_async,
G_IO_ERROR,
G_IO_ERROR_NOT_SUPPORTED,
- "Interrupting inferrior is not supported");
+ "Interrupting inferior is not supported");
}
gboolean
@@ -93,7 +93,7 @@ _ide_debugger_real_send_signal_async (IdeDebugger *self,
_ide_debugger_real_send_signal_async,
G_IO_ERROR,
G_IO_ERROR_NOT_SUPPORTED,
- "Sending signals to inferrior is not supported");
+ "Sending signals to inferior is not supported");
}
gboolean
diff --git a/libide/debugger/ide-debugger.c b/libide/debugger/ide-debugger.c
index 2681c9e..6b93662 100644
--- a/libide/debugger/ide-debugger.c
+++ b/libide/debugger/ide-debugger.c
@@ -1708,7 +1708,7 @@ ide_debugger_send_signal_finish (IdeDebugger *self,
* This works by keeping track of libraries as they are loaded and unloaded and
* their associated file mappings.
*
- * Currently, the filename will match the name in the inferrior mount namespace,
+ * Currently, the filename will match the name in the inferior mount namespace,
* but that may change based on future design changes.
*
* Returns: the filename of the binary or %NULL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]