From f38c8c4d6f30c8813c220f92abd7fe533f2d06d7 Mon Sep 17 00:00:00 2001
From: gumartinm <gustavo@gumartinm.name>
Date: Fri, 12 Oct 2012 01:26:29 +0200
Subject: [PATCH] Use case 1, table. Fixed error.

---
 capitulo4/capitulo4.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/capitulo4/capitulo4.tex b/capitulo4/capitulo4.tex
index 50f37b1..c94d013 100644
--- a/capitulo4/capitulo4.tex
+++ b/capitulo4/capitulo4.tex
@@ -23,10 +23,10 @@ A continuación se describirán textualmente cada uno de los casos de uso indica
 
 \subsection{Descripción de los casos de uso}
 
-n{table}[H]
+\begin{table}[H]
 \begin{center}
 \scriptsize
-    \begin{tabularx}{\textwidth}{|X|X|X|X|}
+    \begin{tabularx}{\textwidth}{|X|X|}
         \hline
         \textbf{Nombre} & \\
         \hline
@@ -43,7 +43,7 @@ n{table}[H]
         \textbf{Escenario de éxito principal} & \\
         \hline
     \end{tabularx}
-    \caption{\emph{Tabla de uso 1}}
+    \caption{\emph{Tabla de uso 1.}}
     \label{tab:tabladecasos1}
 \end{center}
 \end{table}
-- 
2.1.4