diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-04-10 20:09:21 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-04-10 20:09:21 (GMT) |
commit | 3fbcabfd38e58dc4c47c9cd6ad95acb82e6e352b (patch) | |
tree | 46f9c374da998a7bb52e989da230248722512158 /plugins/elf | |
parent | e46e38a30e735cac5618bbd2060ad96644475a02 (diff) |
Typo.
Diffstat (limited to 'plugins/elf')
-rw-r--r-- | plugins/elf/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elf/core.c b/plugins/elf/core.c index 1498751..0cfd49c 100644 --- a/plugins/elf/core.c +++ b/plugins/elf/core.c @@ -33,7 +33,7 @@ -DEFINE_CHRYSALIDE_PLUGIN("elf", "Add suport for the ELF format", "0.1.0", +DEFINE_CHRYSALIDE_PLUGIN("elf", "Add support for the ELF format", "0.1.0", RL("PyChrysalide"), AL(PGA_PLUGIN_INIT)); |