From 0a3117d6f448468517f6776d97fd62296368093a Mon Sep 17 00:00:00 2001 From: Jose Gregorio Narvaez Pernalete <jnarvaez@zendesk.com> Date: Fri, 28 Jul 2017 23:36:56 +0100 Subject: [PATCH] Fixed typo. --- content/news/this-week-in-redox-27.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/this-week-in-redox-27.md b/content/news/this-week-in-redox-27.md index 5f911f21..4fef0bf9 100644 --- a/content/news/this-week-in-redox-27.md +++ b/content/news/this-week-in-redox-27.md @@ -71,7 +71,7 @@ Enjoy the rest, and see you next week! - [@huntergoldstein](https://github.com/huntergoldstein) Made a fix to ignore `SIGTTOU` before setting process group. Details [here](https://github.com/redox-os/ion/pull/462). - [@bb010g](https://github.com/bb010g) Moved OS #[cfg] functions to `sys`. Details [here](https://github.com/redox-os/ion/pull/464). - [@bblancha](https://github.com/bblancha) Implemented a simple form of associative arrays. Details [here](https://github.com/redox-os/ion/pull/465). -- [@llambda[(https://github.com/llambda) Made `Ion` compile on Darwin. Details [here](https://github.com/redox-os/ion/pull/466). +- [@llambda](https://github.com/llambda) Made `Ion` compile on Darwin. Details [here](https://github.com/redox-os/ion/pull/466). - [@fengalin](https://github.com/fengalin) Fixed the compilation on Redox. Details [here](https://github.com/redox-os/ion/pull/467). - [@nivkner](https://github.com/nivkner) Included whitespace in `alias` builtin arguments. Details [here](https://github.com/redox-os/ion/pull/468). - [@memoryleak47](https://github.com/memoryleak47) Implemented `popd` command line options. Details [here](https://github.com/redox-os/ion/pull/473). -- GitLab