From 92267b8da2d8fd94ac953e5c194a3035c1d7788d Mon Sep 17 00:00:00 2001 From: r00t Date: Wed, 13 Jan 2016 15:41:39 -0500 Subject: [PATCH] Fix a few (of my own) typos --- common-tasks/backup-restore.md | 2 +- developers/debugging/profiling.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common-tasks/backup-restore.md b/common-tasks/backup-restore.md index b2879f68..f6135120 100644 --- a/common-tasks/backup-restore.md +++ b/common-tasks/backup-restore.md @@ -63,7 +63,7 @@ Restoring from a Backup - If your backup is located on a [USB mass storage device](/doc/stick-mounting/), select the device in the drop-down box next to **Device**. - If your backup is located in a (currently running) AppVM, select the AppVM in the drop-down box next to **AppVM**. - You must also specify the directory in which the backup resides (or a command to be executed in an AppVM). If you followed the instructions in the previous section, "Creating a Backup", then your backup is most likely in the location you chose as the destination in step 3. For example, if you had chosen the `~/backups` directory of an AppVM as your destination in step 3, you would now select the same AppVM and again type `backups` into the **Backup directory** field. + You must also specify the directory in which the backup resides (or a command to be executed in an AppVM). If you followed the instructions in the previous section, "Creating a Backup," then your backup is most likely in the location you chose as the destination in step 3. For example, if you had chosen the `~/backups` directory of an AppVM as your destination in step 3, you would now select the same AppVM and again type `backups` into the **Backup directory** field. **Note:** After you have typed the directory location of the backup in the **Backup directory** field, click the ellipsis button `...` to the right of the field. diff --git a/developers/debugging/profiling.md b/developers/debugging/profiling.md index 0f84249f..fd8dfeec 100644 --- a/developers/debugging/profiling.md +++ b/developers/debugging/profiling.md @@ -70,7 +70,7 @@ cd ~/profiling ./Upload.sh ~~~ -### Analyze +### Analyse ~~~ make