From f207f71bfa6635c7b22d2260a4a43ac778e05b38 Mon Sep 17 00:00:00 2001 From: aashraybhandar1 Date: Thu, 2 Nov 2017 22:36:25 +0530 Subject: [PATCH] debug_profile.md: Fix spelling mistake 'desireable' Closes https://github.com/coala/projects/issues/280 --- _projects/debug_profile.md | 2 +- _projects/improve_diff_handling.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_projects/debug_profile.md b/_projects/debug_profile.md index 6f5ef444..dc0216c2 100644 --- a/_projects/debug_profile.md +++ b/_projects/debug_profile.md @@ -35,7 +35,7 @@ comprehensive environment for this. In this project the participant shall develop a system to easily step into the analysis code (likely using the Pdb module already integrated -into Python) and step out as soon as the analysis finished. The following are desireable goals for such a toolset's features: +into Python) and step out as soon as the analysis finished. The following are desirable goals for such a toolset's features: 1. The ability to jump directly into Bear code and move through it using a debugger interface such as pdb. diff --git a/_projects/improve_diff_handling.md b/_projects/improve_diff_handling.md index 851304b5..0f7258d2 100644 --- a/_projects/improve_diff_handling.md +++ b/_projects/improve_diff_handling.md @@ -30,7 +30,7 @@ and should also be modifiable by the preferences of the user. Thus the following improvements can be incorporated giving coala the ability to: 1. Offer multiple diffs, i.e. multiple different fixes to the same issue. -Giving the user a choice to pick the most desireable one. +Giving the user a choice to pick the most desirable one. 2. Incorporate input from the user into the diffs offered by using a templating mechanism.