summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsamantharitter <samantha.ritter@10gen.com>2015-06-15 11:01:47 -0400
committersamantharitter <samantha.ritter@10gen.com>2015-06-15 11:03:01 -0400
commit80d45077ae98fa1961c5e9daa1c377c633ff177a (patch)
treec3bb08abce429ee6dd3d09a8cb612181246d0cb6
parent0924e369fb45d6597e3ad72c701fca9be7c61b32 (diff)
downloadmongo-80d45077ae98fa1961c5e9daa1c377c633ff177a.tar.gz
SERVER-9666 typo in db/SConscript
-rw-r--r--src/mongo/db/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript
index aec1eea7055..143c182c350 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -396,7 +396,7 @@ env.Library(
)
env.Library(
- tagret='lasterror',
+ target='lasterror',
source=[
"lasterror.cpp",
],