From 1ced3fc2872ecf8e3f640c72e845368e9b4d4973 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 9 Aug 2012 14:29:47 -0700 Subject: [PATCH] Fix typo --- ui/scripts/vpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index 0c99c4179b1..2be20feeba8 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -633,7 +633,7 @@ noSelect: true, context: args.context, fields: { - cidr: { edit: true, label: 'CIDR of destination networK' }, + cidr: { edit: true, label: 'CIDR of destination network' }, 'add-rule': { label: 'Add route', addButton: true