[retro-gtk] retro-gobject: Fix typo
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [retro-gtk] retro-gobject: Fix typo
- Date: Tue, 2 Aug 2016 10:35:50 +0000 (UTC)
commit 3eaeadcdfc29a8d3096e6ca0508e7b1e18045f65
Author: Bastien Nocera <hadess hadess net>
Date: Sun Jul 24 14:15:37 2016 +0200
retro-gobject: Fix typo
s/desciptors/descriptors/
https://bugzilla.gnome.org/show_bug.cgi?id=769306
retro-gobject/retro-environment-input.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/retro-gobject/retro-environment-input.h b/retro-gobject/retro-environment-input.h
index 7f22771..a2c1347 100644
--- a/retro-gobject/retro-environment-input.h
+++ b/retro-gobject/retro-environment-input.h
@@ -6,7 +6,7 @@
#include "retro-gobject-internal.h"
#include "libretro-environment.h"
-inline gboolean set_input_desciptors (RetroInput *self, RetroInputDescriptor *descriptors) {
+inline gboolean set_input_descriptors (RetroInput *self, RetroInputDescriptor *descriptors) {
int length;
for (length = 0 ; descriptors[length].description ; length++);
retro_input_set_descriptors (self, descriptors, length);
@@ -23,7 +23,7 @@ inline gboolean environment_input_command (RetroInput *self, unsigned cmd, gpoin
switch (cmd) {
case RETRO_ENVIRONMENT_SET_INPUT_DESCRIPTORS:
- return set_input_desciptors (self, (RetroInputDescriptor *) data);
+ return set_input_descriptors (self, (RetroInputDescriptor *) data);
case RETRO_ENVIRONMENT_GET_INPUT_DEVICE_CAPABILITIES:
return get_input_device_capabilities (self, (guint64 *) data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]